Smart Forms
Preencher formulários automaticamente
What is Smart Forms?
Smart Forms is a Chrome extension developed by https://digitudo.com.br, and its main feature is "Preencher formulários automaticamente".
Extension Screenshots
Download Smart Forms Extension CRX File
Download Smart Forms 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
Uma extensão que vai revolucionar a forma como você preenche seus formulários. Permite preencher campos com tipos predefinidos que incluem: CPF, Telefone, data, e-mail, website, etc. O usuário pode criar seus próprios templates de preenchimento e salvar formulários para posterior utilização. Muito útil para quem trabalha com testes ou precisa preencher um mesmo formulário várias vezes.
Extension Basic Information
Name | Smart Forms |
ID | eaebgmabhiphdogbmhcmdeioijehfaph |
Official URL | https://chromewebstore.google.com/detail/smart-forms/eaebgmabhiphdogbmhcmdeioijehfaph |
Description | Preencher formulários automaticamente |
File Size | 553 KB |
Installation Count | 1,515 |
Current Version | 0.0.1.0 |
Last Updated | 2016-05-11 |
Publish Date | 2016-05-11 |
Rating | 3.90/5 Total 10 Ratings |
Developer | https://digitudo.com.br |
[email protected] | |
Payment Type | free |
Help Page URL | http://www.digitudo.com.br/smart-forms |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Forms", "short_name": "Smart Forms", "version": "0.0.1.0", "description": "Preencher formul\u00e1rios automaticamente", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Smart Forms", "default_icon": "images\/icon-128.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "options_page": "pages\/options.html", "content_scripts": [ { "matches": [ " |