Form Profile
Preencher formulários automaticamente
什么是Form Profile?
Form Profile是由http://digitudo.com.br开发的Chrome扩展程序,该扩展的主要功能是“Preencher formulários automaticamente”。
扩展截图
下载Form Profile扩展crx文件
下载Form Profile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Form Profile permite preencher formulários com apenas um clique. Permite criar perfis de preenchimento.
扩展基本信息
名称 | |
ID | fdhahfjkkbcjahnhonpojihdijncikaj |
官方URL | https://chrome.google.com/webstore/detail/form-profile/fdhahfjkkbcjahnhonpojihdijncikaj |
简介 | Preencher formulários automaticamente |
文件大小 | 550 KB |
安装次数 | 328 |
当前版本 | 0.0.0.2 |
更新时间 | 2016-05-29 |
上架时间 | 2016-05-29 |
评分 | 2.33/5 共3次评分 |
开发者 | http://digitudo.com.br |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [ " |