Form Profile

Preencher formulários automaticamente

Was ist Form Profile?

Form Profile ist eine Chrome-Erweiterung, die von http://digitudo.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Preencher formulários automaticamente".

Erweiterungsscreenshots

screenshot

Form Profile-Erweiterungs-CRX-Datei herunterladen

Laden Sie Form Profile-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Form Profile permite preencher formulários com apenas um clique. Permite criar perfis de preenchimento.                    

Grundlegende Informationen zur Erweiterung

Name Form Profile Form Profile
ID fdhahfjkkbcjahnhonpojihdijncikaj
Offizielle URL https://chrome.google.com/webstore/detail/form-profile/fdhahfjkkbcjahnhonpojihdijncikaj
Beschreibung Preencher formulários automaticamente
Dateigröße 550 KB
Installationsanzahl 328
Aktuelle Version 0.0.0.2
Letztes Update 2016-05-29
Veröffentlichungsdatum 2016-05-29
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler http://digitudo.com.br
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}