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 |
官方網址 | 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 |
電子郵箱 | [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" ] } } |