PriceTrack.In Shopping Assistant
Track product prices on Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and save money!
PriceTrack.In Shopping Assistantとは何ですか?
PriceTrack.In Shopping Assistantはhttps://www.pricetrack.inによって開発されたChromeの拡張機能で、その主な機能は「Track product prices on Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and save money!」です。
拡張機能のスクリーンショット
PriceTrack.In Shopping Assistant拡張機能のCRXファイルをダウンロード
PriceTrack.In Shopping Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | dooklfkmcaoafaocfhfkgccgeljcfbgi |
| 公式URL | https://chromewebstore.google.com/detail/pricetrackin-shopping-ass/dooklfkmcaoafaocfhfkgccgeljcfbgi |
| 説明 | Track product prices on Amazon.in, Flipkart, Snapdeal, Jabong, Infibeam, etc.. and save money! |
| ファイルサイズ | 84.24 KB |
| インストール数 | 220 |
| 現在のバージョン | 0.0.5 |
| 最終更新日 | 2019-05-31 |
| 公開日 | 2019-05-30 |
| 評価 | 4.00/5 合計 2 レビュー |
| 開発者 | https://www.pricetrack.in |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.pricetrack.in/ |
| ヘルプページのURL | https://www.pricetrack.in/ |
| プライバシーポリシーページのURL | https://www.pricetrack.in/privacy.html |
| 対応言語 | 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"
]
} | |