Cheaper Marker
Cheaper Marker makes it easier to compare prices between Amazon and Ebay
Cheaper Markerคืออะไร?
Cheaper Marker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cheapermarker.com และคุณลักษณะหลักของมันคือ "Cheaper Marker makes it easier to compare prices between Amazon and Ebay"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cheaper Marker
ดาวน์โหลดไฟล์ส่วนขยาย Cheaper Marker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Welcome aboard and thanks for trying out our Cheaper Marker extension - By installing our product, it will make your shopping experience better and most importantly - cheaper! Why paying more on Amazon for the same product/item? This is where Cheaper Marker extension get into the game - providing you a cheaper identical item on Ebay! Are you one of those that always comparing prices between websites? Cheaper Marker helps you do that, and will give you better prices on ebay for amazon products. That means that if you see a product on amazon, and the extension will find the same product at better price, a button will appear with the link. And Yes...we already took in consideration the shipping price also - Life is easy with Cheaper Marker. If you like it, please take a moment to review + rate our extension. *Disclaimer* This extension doesn't belong to Ebay and/or Amazon. Our affiliate link is associated inside our product as this is the only way to support us.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gcnjnffnmjiinbipnpboppflamlfnbgb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cheaper-marker/gcnjnffnmjiinbipnpboppflamlfnbgb |
คำอธิบาย | Cheaper Marker makes it easier to compare prices between Amazon and Ebay |
ขนาดไฟล์ | 21.91 KB |
จำนวนการติดตั้ง | 597 |
เวอร์ชันปัจจุบัน | 3.2 |
อัปเดตครั้งล่าสุด | 2019-04-10 |
วันที่เผยแพร่ | 2019-04-07 |
คะแนน | 4.99/5 รวมทั้งหมด 354 คะแนน |
ผู้พัฒนา | http://cheapermarker.com |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://www.cheapermarker.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cheaper Marker", "description": "Cheaper Marker makes it easier to compare prices between Amazon and Ebay", "version": "3.2", "icons": { "128": "img\/icon128.png" }, "background": { "scripts": [ "domains.js", "background.js" ], "persistent": false }, "page_action": { "default_title": "Click to search in ebay", "default_icon": { "48": "img\/icon48.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.nl\/*" ], "js": [ "domains.js", "core.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "*:\/\/*\/*", "activeTab", "tabs" ] } |