autoFill
autoFill is used to fill the form field with random value
autoFill là gì?
autoFill là một tiện ích mở rộng Chrome được phát triển bởi cognitiveatom, và tính năng chính của nó là "autoFill is used to fill the form field with random value".
Ả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 autoFill
Tải xuống các tệp mở rộng autoFill 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
autoFill is use for an tester and developer to fill the form (contain x number of fields) by random value for their testing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | autoFill |
ID | acpgjmjldamjjinpkchgnimfcdilcilb |
URL Chính Thức | https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb |
Mô tả | autoFill is used to fill the form field with random value |
Kích Thước Tệp | 1.21 MB |
Số Lần Cài Đặt | 556 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-11-06 |
Ngày Phát Hành | 2019-11-05 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | cognitiveatom |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |