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
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 | |
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 |
[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": [ " |