Form For Dev
Preencha formulários com dados aleatórios para facilitar seus testes
What is Form For Dev?
Form For Dev is a Chrome extension developed by https://mundocompilado.com, and its main feature is "Preencha formulários com dados aleatórios para facilitar seus testes".
Extension Screenshots
Download Form For Dev Extension CRX File
Download Form For Dev extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Form For Dev tem como objetivo auxiliar os desenvolvedores a testarem os formulários de sua aplicação, através desta extensão você apenas específica os tipos dos campos e então o formulário é preenchido com dados aleatórios, acelerando e dando praticidade para seus testes.
Extension Basic Information
Name | Form For Dev |
ID | bjkhplcidhfgjgcphmjhhcakfaefdodj |
Official URL | https://chromewebstore.google.com/detail/form-for-dev/bjkhplcidhfgjgcphmjhhcakfaefdodj |
Description | Preencha formulários com dados aleatórios para facilitar seus testes |
File Size | 280 KB |
Installation Count | 192 |
Current Version | 1.1 |
Last Updated | 2016-11-18 |
Publish Date | 2016-11-18 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://mundocompilado.com |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Form For Dev", "description": "Preencha formul\u00e1rios com dados aleat\u00f3rios para facilitar seus testes", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "js": [ "js\/jquery.min.js" ], "matches": [ " |