Price Product Checker
Price Product Checker&Tracker online bigest store
Price Product Checkerคืออะไร?
Price Product Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eBay filters และคุณลักษณะหลักของมันคือ "Price Product Checker&Tracker online bigest store"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price Product Checker
ดาวน์โหลดไฟล์ส่วนขยาย Price Product Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Price Product Checher help you to not forget to check the price and stock before ordering products online with the Context menu.In the context menu on the right click, choose "search online", choose from the largest online stores and then search for the product on the website. Compare prices of web shops such as Amazon, Ebay ,Walmart, Etsy, Best Buy, Home Depot and Target while shopping online with Price Product Checker and save money on your online purchases. Start saving money now and add Price Product Checker to your chrome browser, just like many other price checkers! Does not contain alert is created just to remind you to check prices on the most popular websites ! Attention, this extension affects the context menu by the appearance of a new search section on certain sites!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | incpiopjogcepdnheolbfcofllncbmjp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/price-product-checker/incpiopjogcepdnheolbfcofllncbmjp |
คำอธิบาย | Price Product Checker&Tracker online bigest store |
ขนาดไฟล์ | 105 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2023-02-12 |
วันที่เผยแพร่ | 2019-11-26 |
คะแนน | 4.22/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | eBay filters |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://price.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Price Product Checker", "short_name": "Price Product Checker! at right click displays the largest sales sites", "version": "1.5", "description": "__MSG_ext_description__", "author": "Office Price", "options_page": "options.html", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus", "storage", "https:\/\/*\/" ], "background": { "persistent": false, "scripts": [ "background.js", "cauta_pricero.js", "searches.js", "event.js" ] }, "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'", "default_locale": "en", "manifest_version": 2 } |