Piestar Autofill
An extension to autofill forms using data collected in the Piestar Reporting Hub
Piestar Autofillคืออะไร?
Piestar Autofill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://piestar.com และคุณลักษณะหลักของมันคือ "An extension to autofill forms using data collected in the Piestar Reporting Hub"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Piestar Autofill
ดาวน์โหลดไฟล์ส่วนขยาย Piestar Autofill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension automatically transfers data from the Piestar Reporting Hub (https://www.piestar.com) to other online reporting systems.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bkmafakclphgcfeokfphlaejckfcgmfe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/piestar-autofill/bkmafakclphgcfeokfphlaejckfcgmfe |
คำอธิบาย | An extension to autofill forms using data collected in the Piestar Reporting Hub |
ขนาดไฟล์ | 52.9 KB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2016-05-10 |
วันที่เผยแพร่ | 2016-05-10 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://piestar.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.piestar.com/autofill |
ภาษาที่รองรับ | 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" ] } ] } |