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"
]
} | |