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