Fake Data - A form filler you won't hate에 대한 리뷰
Fake Data - A form filler you won't hate 제작자: Hater Apps
리뷰 21개
- 5점 만점에 5점Patrizio Bekerle 님, 9달 전The only form filler I could find that actually was able to fill forms! Thank you!
- 5점 만점에 5점BrayanCaro 님, 2년 전I'm a font end dev and this addon is a life changing!, I absolutely love it!
- While it does the job, it also eats a lot of resources in the background (could take up gigabytes of RAM and a CPU core for nothing) and does few requests for some reason. Which not only thrashes console with warnings when you work locally, but very concerning as well, because why would an extension like this would make any XHR requests at all?
I got rid of it and do not recommend it. I cannot seriously support my claim since Firefox resource manager does not show which extension takes resources, but my browser got significantly better after I disabled it. I advice fellow Firefox users to look for an alternative.개발자 답글
3년 전에 게시됨Hello,
The XHR requests are only made if you enabled the "Ultra" features inside the extension. By default, these are disabled and need a manual confirmation to enable them. These features include creating disposable email addresses, so the XHR requests are created at defined intervals to check if you received any new messages on these addresses.
Regarding resource consumption, it could be true. Extensions can behave differently on different systems. I would gladly investigate with you this issue, and the one with XHR, if you can provide me with more information that you might have by email at frustrations@haterapps.com
Thanks! - 5점 만점에 4점Firefox 사용자 17307748 님, 3년 전
- 5점 만점에 5점Firefox 사용자 14213835 님, 3년 전Its cool as it fill name and email with dummies of the same type and not just any random text
- 5점 만점에 5점Firefox 사용자 17045189 님, 4년 전
- 5점 만점에 5점iamRahul1995 님, 5년 전
- 5점 만점에 4점Firefox 사용자 15375305 님, 6년 전
- 5점 만점에 5점Firefox 사용자 15038668 님, 6년 전This is one of the most comprehensive, feature rich and well made autofill add-ons I have ever stumbled upon.
Easy to use with great interface and autofill hotkeys. - 5점 만점에 5점Firefox 사용자 14691812 님, 6년 전This is far, far better than all the other form fillers i've tried.
개발자 답글
6년 전에 게시됨Hi Gamesh,
First, thank you for your review and suggestion. The countries that are generated are real, but about the cities you are right, they are not.
On my list of "Cool stuff that would be nice to have implemented at some point in the future", there is a section where you will be able to edit the database of names that are used to generate the data, but I cannot tell right now when it will be fully implemented.
However, I can help you overwrite the City generator and make it generate real city names. Just send me an email and we'll fix it.- 5점 만점에 1점Hammarstrand 님, 7년 전
- 5점 만점에 5점Firefox 사용자 14231883 님, 7년 전The input generation is really good.
In addition the shortcut to fill the entire form is very nice.
However making this more intuitive (by adding the option to the context menu) or by stating it directly,
users would immediately know how to do this.
Given this seems to be the most important and most common use-case the amount of effort should be minimal.
Like single clicking on the browser toolbar icon or adding right-click "fill entire form" support.
However, since I now that it works, I am fine. However it seems to be a UX flaw for starters.개발자 답글
7년 전에 게시됨UPDATE: Thank you for your update and feedback! I will consider your suggestion in the next update and will try to make these options more intuitive.
--------
Hello,
The rating is a little dissapointing because Fake Data knows to fill entire forms at once.
The default shortcut for that is Cmd + Shift + Double Click on a Mac, or Alt + Shift + Double click on Windows and Linux.
If you are having any trouble with that, please send an email at frustrations@haterapps.com and I can help you. - tl/dr: Absolutely wonderful extension.
Pros:
1) powered by faker.js library capable to generate almost any data for dozens of different locales;
2) extensible with javascript, so it can do anything, ANYTHING YOU WANT (except sandwiches, believe me, I tried);
3) supports custom inputs which means you can fill previously filled forms with one (well, actually two) clicks;
4) supports using window. properties, so you can generate logically bound data (generate (gender) male -> (full name) John Ronald Reuel Tolkien -> (initials) J. R. R. -> (email account) jrr.tolkien@example.com and so on) with idk, 3-5 mins of coding.
Cons:
1) can autodetect inputs as long as their name or id are exact same as generator name;
-----My mistake, but i doomed to use this extension with crapcoded apps, so I'll never see this feature working-----
2) currently you'll need to switch locale manually in the settings (this matters if you need both localized and english generators, like chinese names but latin emails).
-----It appears i was wrong, see developer answer.-----
Edit:
I need to be more careful with my statements, so I'll just add 2 Lorem ipsums to overall score.
12 Lorem Ipsum / 10개발자 답글
7년 전에 게시됨Hello Olloff,
Thank you for your review!
I completely agree with your cons, but I want to mention few things, just to make sure that you are getting the most from the extension:
1) The fields are automatically detected by their name or their id as long as it's exactly the same with the generator name. If not, then you will have to manually select it, like you said.
2) It might not be very intuitive, but you can actually change the locale setting for a specific generator or a specific field by using the custom code feature. In the future, if there will be a menu for "Extra options" for each individual field, changing locales will be there. - 5점 만점에 3점SkywalkerPL 님, 8년 전This plugin only works with proper HTML inputs. It won't insert content into WYSIWYG editors (any divs that are made to be editable via JS) nor javascript alert popups.
Also author apparently refuses to add an auto-fill option which is quite a deal-breaker if you're into automation and speeding up your tests.
Overall... decent plugin if you're not doing much and working only on a short, basic HTML forms. Pointless otherwise.개발자 답글
8년 전에 게시됨Hello SkywalkerPL,
Thank you for your review and suggestions.
I understand that the missing features you mentioned are a deal-breaker and are making the addon pointless for more complicated tasks.
To prove that I value your review and opinion so much, I have a surprise for you, packed with one good news and two bad news:
- the good news - the next version of the addon (v1.12.0) has been submitted for approval and will contain a feature to fill an entire form at once with fake data
- the bad news #1 - from past experiences, the approval process on Firefox takes a while.
- the bad news #2 - this is regarding the other two features you mentioned:
-- Inserting or manipulating any kind of data in alert popups is not possible due to browser limitations.
-- Inserting data in WYSIWYG editors might be possible but will require different implementation for each editor, which will make the addon bloated.