Shop Safe
A chrome extension that helps to identify where an amazon product is originated from.
Shop Safeคืออะไร?
Shop Safe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shop Safe และคุณลักษณะหลักของมันคือ "A chrome extension that helps to identify where an amazon product is originated from."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shop Safe
ดาวน์โหลดไฟล์ส่วนขยาย Shop Safe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an extension which provides the country information of an amazon product on the product detail page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shop Safe |
ID | helhdfggaejjdpkfkbpfbnchljaobhbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shop-safe/helhdfggaejjdpkfkbpfbnchljaobhbp |
คำอธิบาย | A chrome extension that helps to identify where an amazon product is originated from. |
ขนาดไฟล์ | 1.01 MB |
จำนวนการติดตั้ง | 182 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-11-07 |
วันที่เผยแพร่ | 2023-11-06 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Shop Safe |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://cromeprivacypolicy.s3.amazonaws.com/safeshop-privacypolicy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension that helps to identify where an amazon product is originated from.", "version": "1.0.0", "manifest_version": 3, "name": "Shop Safe", "icons": { "192": ".\/assets\/icons\/icon-192.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*\/dp\/*", "https:\/\/www.amazon.com\/dp\/*" ], "js": [ "content_script.js" ], "css": [ "content.styles.css" ], "run_at": "document_end" } ] } |