Pro SP Team - Form Filler
Form Filler
Pro SP Team - Form Filler là gì?
Pro SP Team - Form Filler là một tiện ích mở rộng Chrome được phát triển bởi prospteam, và tính năng chính của nó là "Form Filler".
Ả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 Pro SP Team - Form Filler
Tải xuống các tệp mở rộng Pro SP Team - 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
Pro SP Team - Form Filler fill all input with dummy data to make the developers test their form quickly and easily. By: The Lazy Programmers Hotkeys: Ctrl+Q= Open Filler. Ctrl+Space= Fill Form.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ikkhdodpaccccflddcolbinclbjehbge |
URL Chính Thức | https://chrome.google.com/webstore/detail/ikkhdodpaccccflddcolbinclbjehbge |
Mô tả | Form Filler |
Kích Thước Tệp | 112 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2019-01-21 |
Ngày Phát Hành | 2019-01-17 |
Đánh Giá | 4.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | prospteam |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pro SP Team - Form Filler", "version": "1.5", "description": "Form Filler", "permissions": [ "declarativeContent", "storage", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "form-filler-icon.png", "32": "form-filler-icon.png", "48": "form-filler-icon.png", "128": "form-filler-icon.png" } }, "icons": { "16": "form-filler-icon.png", "32": "form-filler-icon.png", "48": "form-filler-icon.png", "128": "form-filler-icon.png" }, "commands": { "fill_form": { "suggested_key": { "default": "Ctrl+Space", "windows": "Ctrl+Space", "mac": "Command+Space" }, "description": "Ctrl Space" }, "_execute_page_action": { "suggested_key": { "default": "Ctrl+Q", "windows": "Ctrl+Q", "mac": "Command+Q" } } }, "manifest_version": 2 } |