Auto form filler
fill out forms by one click
Auto form filler là gì?
Auto form filler là một tiện ích mở rộng Chrome được phát triển bởi sammerche84, và tính năng chính của nó là "fill out forms by one click".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Auto form filler
Tải xuống các tệp mở rộng Auto form filler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Auto form filler |
ID | kbglaobalcgfdgbbjinnnfmnfafomdcl |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-form-filler/kbglaobalcgfdgbbjinnnfmnfafomdcl |
Mô tả | fill out forms by one click |
Kích Thước Tệp | 17.17 KB |
Số Lần Cài Đặt | 553 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-09-15 |
Ngày Phát Hành | 2021-09-14 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | sammerche84 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |