Preencher campos
Preencher os campos dos formulários da página automaticamente.
What is Preencher campos?
Preencher campos is a Chrome extension developed by marcelogallvao, and its main feature is "Preencher os campos dos formulários da página automaticamente.".
Extension Screenshots
Download Preencher campos Extension CRX File
Download Preencher campos 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
Preenche os campos dos formulários da página automaticamente facilitando a realização de testes durante o desenvolvimento de aplicativos web. https://github.com/marcelogalvao/chrome_preencher_campos
Extension Basic Information
Name | |
ID | kacndldfkppihmhodbiegmekelamijbm |
Official URL | https://chrome.google.com/webstore/detail/preencher-campos/kacndldfkppihmhodbiegmekelamijbm |
Description | Preencher os campos dos formulários da página automaticamente. |
File Size | 273 KB |
Installation Count | 785 |
Current Version | 1.3 |
Last Updated | 2015-11-10 |
Publish Date | 2015-11-10 |
Rating | 2.20/5 Total 5 Ratings |
Developer | marcelogallvao |
Payment Type | free |
Extension Website | https://github.com/marcelogalvao/chrome_preencher_campos |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Preencher campos", "version": "1.3", "description": "Preencher os campos dos formul\u00e1rios da p\u00e1gina automaticamente.", "browser_action": { "default_icon": "icon.png", "default_title": "Preencher campos" }, "icons": { "19": "icon_19.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |