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'"
} | |