Discount Tracker
Your smart shopping buddy
Discount Trackerคืออะไร?
Discount Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://discountr.info และคุณลักษณะหลักของมันคือ "Your smart shopping buddy"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discount Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Discount Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Your smart shopping buddy View price history, set price alerts and compare prices for millions of goods across Turkish e-commerce stores. While shopping online, have you ever wanted to see the product's actual price yesterday? How about last week? Or on the 14th of April last year? Have you ever wanted to set an alert so you get a notification when the price of the product drops below a certain value? You can do all those things and more with discountr! This extension adds an icon to the top of your browser to enrich your shopping experience. Supported websites: trendyol.com, migros.com.tr, defacto.com.tr, vatanbilgisayar.com, modanisa.com, n11.com, boyner.com.tr Check later for the other websites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | akgphlgcphjiaehcigkbmbhhnmaakdaa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/discount-tracker/akgphlgcphjiaehcigkbmbhhnmaakdaa |
คำอธิบาย | Your smart shopping buddy |
ขนาดไฟล์ | 102 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 2.9.16 |
อัปเดตครั้งล่าสุด | 2019-12-09 |
วันที่เผยแพร่ | 2019-12-09 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://discountr.info |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://discountr.info |
URL หน้าช่วยเหลือ | https://discountr.info/faq |
URL หน้านโยบายความเป็นส่วนตัว | https://discountr.info/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.9.16", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/sepet-16.png", "32": "icons\/sepet-32.png", "48": "icons\/sepet-48.png", "128": "icons\/sepet-128.png" }, "default_locale": "en", "background": { "persistent": true, "scripts": [ "scripts\/background.js" ] }, "permissions": [ "activeTab", "storage", "https:\/\/api.discountr.info\/*", "https:\/\/www.trendyol.com\/*", "https:\/\/m.trendyol.com\/*", "https:\/\/trendyol.com\/*", "https:\/\/www.vatanbilgisayar.com\/*", "https:\/\/m.modanisa.com\/*", "https:\/\/www.modanisa.com\/*", "https:\/\/www.boyner.com.tr\/*", "https:\/\/www.n11.com\/*", "https:\/\/m.n11.com\/*", "https:\/\/urun.n11.com\/*" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.trendyol.com\/*", "https:\/\/m.trendyol.com\/*", "https:\/\/trendyol.com\/*", "https:\/\/www.vatanbilgisayar.com\/*", "https:\/\/m.modanisa.com\/*", "https:\/\/www.modanisa.com\/*", "https:\/\/www.boyner.com.tr\/*", "https:\/\/www.n11.com\/*", "https:\/\/m.n11.com\/*", "https:\/\/urun.n11.com\/*", "https:\/\/www.migros.com.tr\/*", "https:\/\/www.defacto.com.tr\/*", "https:\/\/m.defacto.com.tr\/*", "https:\/\/www.a101.com.tr\/*", "https:\/\/www.kitapyurdu.com\/*", "https:\/\/m.kitapyurdu.com\/*", "https:\/\/www.watsons.com.tr\/*", "https:\/\/www.teknosa.com\/*", "https:\/\/www.carrefoursa.com\/*", "https:\/\/www.koton.com\/*", "https:\/\/m.koton.com\/*", "https:\/\/www.morhipo.com\/*", "https:\/\/www.epttavm.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "16": "icons\/sepet-16.png", "32": "icons\/sepet-32.png", "48": "icons\/sepet-48.png", "128": "icons\/sepet-128.png" }, "default_title": "Discount Tracker", "default_popup": "popup.html" } } |