Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Zoom Player Dealsคืออะไร?
Zoom Player Deals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://inmatrix.com และคุณลักษณะหลักของมันคือ "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoom Player Deals
ดาวน์โหลดไฟล์ส่วนขยาย Zoom Player Deals ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Zoom Player Deals extension helps you find the best price and coupons for products you are currently browsing for. Help Zoom Player development flourish by using this extension to help advise you with your online shopping.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
คำอธิบาย | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
ขนาดไฟล์ | 93.75 KB |
จำนวนการติดตั้ง | 1,799 |
เวอร์ชันปัจจุบัน | 7.0.27 |
อัปเดตครั้งล่าสุด | 2017-07-10 |
วันที่เผยแพร่ | 2017-07-10 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://inmatrix.com |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://inmatrix.com/privacy.shtml |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "short_name": "__MSG_shortName__", "version": "7.0.27", "manifest_version": 2, "icons": { "48": "img\/active48.png", "128": "img\/active128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background_script.js", "browser_action.js" ] }, "browser_action": { "default_icon": { "19": "img\/inactive19.png", "38": "img\/inactive38.png" }, "default_title": "__MSG_extName__" }, "content_scripts": [], "default_locale": "en" } |