PriceTrack.In Shopping Assistant
Track product prices on Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and save money!
Co je PriceTrack.In Shopping Assistant?
PriceTrack.In Shopping Assistant je rozšíření Chrome vyvinuté https://www.pricetrack.in, a jeho hlavní funkcí je „Track product prices on Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and save money!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PriceTrack.In Shopping Assistant
Stáhněte si soubory rozšíření PriceTrack.In Shopping Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
PriceTrack.In assistant for chrome lets you track product prices on Indian shopping websites Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and send you notifications when price reduces.
Základní Informace o Rozšíření
Název | PriceTrack.In Shopping Assistant |
ID | dooklfkmcaoafaocfhfkgccgeljcfbgi |
Oficiální URL | https://chromewebstore.google.com/detail/pricetrackin-shopping-ass/dooklfkmcaoafaocfhfkgccgeljcfbgi |
Popis | Track product prices on Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and save money! |
Velikost souboru | 84.24 KB |
Počet instalací | 220 |
Aktuální Verze | 0.0.5 |
Poslední Aktualizace | 2019-05-31 |
Datum Vydání | 2019-05-30 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | https://www.pricetrack.in |
Typ Platby | free |
Webové stránky Rozšíření | https://www.pricetrack.in/ |
URL Stránky Nápovědy | https://www.pricetrack.in/ |
URL Stránky Zásad Ochrany Soukromí | https://www.pricetrack.in/privacy.html |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "scripts\/contentscript.js" ], "matches": [ "http:\/\/*.flipkart.com\/*", "https:\/\/*.flipkart.com\/*", "http:\/\/*.amazon.in\/*", "https:\/\/*.amazon.in\/*", "http:\/\/*.snapdeal.com\/*", "https:\/\/*.snapdeal.com\/*", "http:\/\/*.jabong.com\/*", "https:\/\/*.jabong.com\/*", "http:\/\/*.infibeam.com\/*", "https:\/\/*.infibeam.com\/*", "http:\/\/*.paytm.com\/*", "https:\/\/*.paytm.com\/*" ], "run_at": "document_end" } ], "description": "Track product prices on Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and save money!", "externally_connectable": { "matches": [ "*:\/\/*.pricetrack.in\/*" ] }, "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "PriceTrack.In Shopping Assistant", "permissions": [ "cookies", "storage", "tabs", "alarms", "webRequest", "*:\/\/*.pricetrack.in\/*", "http:\/\/*.flipkart.com\/*", "https:\/\/*.flipkart.com\/*", "http:\/\/*.amazon.in\/*", "https:\/\/*.amazon.in\/*", "http:\/\/*.snapdeal.com\/*", "https:\/\/*.snapdeal.com\/*", "http:\/\/*.jabong.com\/*", "https:\/\/*.jabong.com\/*", "http:\/\/*.infibeam.com\/*", "https:\/\/*.infibeam.com\/*", "http:\/\/*.paytm.com\/*", "https:\/\/*.paytm.com\/*" ], "version": "0.0.5", "web_accessible_resources": [ "images\/*.gif" ] } |