Form Profile

Preencher formulários automaticamente

Wat is Form Profile?

Form Profile is een Chrome-extensie ontwikkeld door http://digitudo.com.br, en de belangrijkste functie is "Preencher formulários automaticamente".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Form Profile

Download Form Profile-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Form Profile Form Profile
ID fdhahfjkkbcjahnhonpojihdijncikaj
Officiële URL https://chrome.google.com/webstore/detail/form-profile/fdhahfjkkbcjahnhonpojihdijncikaj
Beschrijving Preencher formulários automaticamente
Bestandsgrootte 550 KB
Aantal Installaties 328
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2016-05-29
Publicatiedatum 2016-05-29
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar http://digitudo.com.br
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}