Auto form filler
fill out forms by one click
Auto form fillerとは何ですか?
Auto form fillerはsammerche84によって開発されたChromeの拡張機能で、その主な機能は「fill out forms by one click」です。
拡張機能のスクリーンショット
Auto form filler拡張機能のCRXファイルをダウンロード
Auto form filler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just click on the extension icon on the top right corner of your browser and get values filled. The extension helps the users to fill a form with junk values on a click of a button. You can easily make changes to the junk values and submitting the form. The extension intelligently fills the value of the form field, so in-case of a phone number / email it will provide you a valid format, but sometimes your may need to edit them. Key features: - Absolutely no configuration required. - Just click on the extension icon on the top right corner of your browser and get values filled. - Fills random values for unrecognised fields.
拡張機能の基本情報
名前 | Auto form filler |
ID | kbglaobalcgfdgbbjinnnfmnfafomdcl |
公式URL | https://chromewebstore.google.com/detail/auto-form-filler/kbglaobalcgfdgbbjinnnfmnfafomdcl |
説明 | fill out forms by one click |
ファイルサイズ | 17.17 KB |
インストール数 | 553 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-09-15 |
公開日 | 2021-09-14 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | sammerche84 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": " Auto form filler", "description": "fill out forms by one click", "permissions": [ "activeTab" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |