IP Alert
IP Alert warns users of potential IP claims on Amazon Product Detail Pages.
IP Alertคืออะไร?
IP Alert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cleartheshelf.com และคุณลักษณะหลักของมันคือ "IP Alert warns users of potential IP claims on Amazon Product Detail Pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP Alert
ดาวน์โหลดไฟล์ส่วนขยาย IP Alert ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The IP Alert extension will trigger a pop-up as well as a flashing red siren near the brand name on an Amazon Product detail page. The brands that are triggered have been crowd-sourced by fellow Amazon sellers and are updated regularly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IP Alert |
ID | dcmindjgpiimpmkgmabhkflfaiimioea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ip-alert/dcmindjgpiimpmkgmabhkflfaiimioea |
คำอธิบาย | IP Alert warns users of potential IP claims on Amazon Product Detail Pages. |
ขนาดไฟล์ | 133 KB |
จำนวนการติดตั้ง | 38,762 |
เวอร์ชันปัจจุบัน | 2.41 |
อัปเดตครั้งล่าสุด | 2023-11-08 |
วันที่เผยแพร่ | 2021-04-22 |
คะแนน | 4.14/5 รวมทั้งหมด 28 คะแนน |
ผู้พัฒนา | https://www.cleartheshelf.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://cleartheshelf.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "IP Alert", "description": "IP Alert warns users of potential IP claims on Amazon Product Detail Pages.", "version": "2.41", "action": { "default_icon": { "16": "images\/IPAlert16x16.jpg", "48": "images\/IPAlert48x48.jpg", "128": "images\/IPAlert128x128.jpg" }, "default_title": "IP Alert", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/tacticalarbitrage.com\/*", "*:\/\/app.tacticalarbitrage.com\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.sg\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.sa\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.pl\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.se\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com.au\/*" ], "js": [ "js\/jquery.js", "js\/utils.js", "js\/content.js" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/app.getipalert.com\/*" ], "background": { "service_worker": "js\/background.js" }, "icons": { "16": "images\/IPAlert16x16.jpg", "48": "images\/IPAlert48x48.jpg", "128": "images\/IPAlert128x128.jpg" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ " |