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

screenshot

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 Form Profile Form Profile
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 [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": [
                ""
            ],
            "js": [
                "lib\/jquery-2.1.1.min.js",
                "lib\/jquery-ui.min.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/jquery-ui.theme.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/jquery-ui.min.js",
        "lib\/jquery-2.1.1.min.js"
    ],
    "manifest_version": 2
}