autoFill
autoFill is used to fill the form field with random value
什么是autoFill?
autoFill是由cognitiveatom开发的Chrome扩展程序,该扩展的主要功能是“autoFill is used to fill the form field with random value”。
扩展截图
下载autoFill扩展crx文件
下载autoFill扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
autoFill is use for an tester and developer to fill the form (contain x number of fields) by random value for their testing. 扩展基本信息
| 名称 | |
| ID | acpgjmjldamjjinpkchgnimfcdilcilb |
| 官方URL | https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb |
| 简介 | autoFill is used to fill the form field with random value |
| 文件大小 | 1.21 MB |
| 安装次数 | 556 |
| 当前版本 | 1.1 |
| 更新时间 | 2019-11-06 |
| 上架时间 | 2019-11-05 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | cognitiveatom |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "autoFill",
"short_name": "form fill",
"description": "autoFill is used to fill the form field with random value",
"version": "1.1",
"browser_action": {
"default_popup": "index.html"
},
"permissions": [
"activeTab"
],
"icons": {
"16": "assets\/img\/logo\/icon16.png",
"48": "assets\/img\/logo\/icon48.png",
"128": "assets\/img\/logo\/icon128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.paypal.com https:\/\/www.paypalobjects.com; object-src 'self'"
} | |