Z Supreme autofill
Extension designed autofill during checkout page
Z Supreme autofillคืออะไร?
Z Supreme autofill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Extension designed autofill during checkout page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Z Supreme autofill
ดาวน์โหลดไฟล์ส่วนขยาย Z Supreme autofill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension designed autofill during checkout page
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Z Supreme autofill |
ID | moicbkllamodhkkkikhphepdddgeomhk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/z-supreme-autofill/moicbkllamodhkkkikhphepdddgeomhk |
คำอธิบาย | Extension designed autofill during checkout page |
ขนาดไฟล์ | 189 KB |
จำนวนการติดตั้ง | 81 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-11-14 |
วันที่เผยแพร่ | 2018-11-14 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Z Supreme autofill", "version": "1.0", "manifest_version": 2, "description": "Extension designed autofill during checkout page ", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "storage" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.supremenewyork.com\/*", "https:\/\/*.supremenewyork.com\/*" ], "js": [ "content.js" ] } ] } |