Form Profile
Preencher formulários automaticamente
What is Form Profile?
Form Profile is a Chrome extension developed by http://digitudo.com.br, and its main feature is "Preencher formulários automaticamente".
Extension Screenshots
Download Form Profile Extension CRX File
Download Form Profile 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 Profile permite preencher formulários com apenas um clique. Permite criar perfis de preenchimento.
Extension Basic Information
Name | |
ID | fdhahfjkkbcjahnhonpojihdijncikaj |
Official URL | https://chrome.google.com/webstore/detail/form-profile/fdhahfjkkbcjahnhonpojihdijncikaj |
Description | Preencher formulários automaticamente |
File Size | 550 KB |
Installation Count | 328 |
Current Version | 0.0.0.2 |
Last Updated | 2016-05-29 |
Publish Date | 2016-05-29 |
Rating | 2.33/5 Total 3 Ratings |
Developer | http://digitudo.com.br |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form Profile", "short_name": "Form Profile", "version": "0.0.0.2", "description": "Preencher formul\u00e1rios automaticamente", "permissions": [ "activeTab", "storage", "downloads" ], "background": { "scripts": [ "background.js" ] }, "options_page": "pages\/options.html", "browser_action": { "default_title": "Form Profile", "default_icon": "images\/icon-128.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon-128.png", "64": "images\/icon-64.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png", "16": "images\/icon-16.png" }, "content_scripts": [ { "matches": [ " |