Piestar Autofill
An extension to autofill forms using data collected in the Piestar Reporting Hub
Piestar Autofill là gì?
Piestar Autofill là một tiện ích mở rộng Chrome được phát triển bởi http://piestar.com, và tính năng chính của nó là "An extension to autofill forms using data collected in the Piestar Reporting Hub".
Tải xuống tệp CRX của tiện ích mở rộng Piestar Autofill
Tải xuống các tệp mở rộng Piestar 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
This extension automatically transfers data from the Piestar Reporting Hub (https://www.piestar.com) to other online reporting systems.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bkmafakclphgcfeokfphlaejckfcgmfe |
URL Chính Thức | https://chrome.google.com/webstore/detail/piestar-autofill/bkmafakclphgcfeokfphlaejckfcgmfe |
Mô tả | An extension to autofill forms using data collected in the Piestar Reporting Hub |
Kích Thước Tệp | 52.9 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2016-05-10 |
Ngày Phát Hành | 2016-05-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://piestar.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.piestar.com/autofill |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Piestar Autofill", "version": "1.0.6", "manifest_version": 2, "description": "An extension to autofill forms using data collected in the Piestar Reporting Hub", "homepage_url": "https:\/\/www.piestar.com\/autofill", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/jquery.min.js", "src\/piestar-autofill.js" ] }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "47.0a2" } }, "permissions": [ "http:\/\/*.vagrant\/*", "https:\/\/*.vagrant\/*", "https:\/\/*.piestar.com\/*", "https:\/\/www.usaid.gov\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.usaid.gov\/data\/DDLSubmissions" ], "css": [ "src\/piestar-usaid-ddl-autofill.css" ], "js": [ "src\/jquery.min.js", "src\/piestar-usaid-ddl-autofill.js" ] }, { "matches": [ "http:\/\/*.vagrant\/*\/data_management", "https:\/\/*.piestar.com\/*\/data_management" ], "css": [ "src\/piestar-data-management.css" ], "js": [ "src\/jquery.min.js", "src\/piestar-data-management.js" ] } ] } |