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 |
| 官方網址 | 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"
]
} | |