Cricket
A Cricket chrome extension - platform for locating and monitoring desired products by the customer
什么是Cricket?
Cricket是由https://cricketown.com开发的Chrome扩展程序,该扩展的主要功能是“A Cricket chrome extension - platform for locating and monitoring desired products by the customer”。
扩展截图
下载Cricket扩展crx文件
下载Cricket扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cricket was founded because we wanted to create a trustworthy platform to help users like us find cheap products through the web. Cricket offers a Chrome extension and a native Android application and lets you set a price on any product offered by: eBay, Amazon, GearBest, Banggood or Deal Extream.
扩展基本信息
名称 | Cricket |
ID | akknnkafgnopejnkiifjoffhjpeobaod |
官方URL | https://chromewebstore.google.com/detail/cricket/akknnkafgnopejnkiifjoffhjpeobaod |
简介 | A Cricket chrome extension - platform for locating and monitoring desired products by the customer |
文件大小 | 1.16 MB |
安装次数 | 66 |
当前版本 | 0.2.0 |
更新时间 | 2017-08-18 |
上架时间 | 2017-08-18 |
评分 | 5.00/5 共3次评分 |
开发者 | https://cricketown.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.cricketown.com/terms.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cricket", "version": "0.2.0", "icons": { "48": "images\/cricket1.png" }, "description": "A Cricket chrome extension - platform for locating and monitoring desired products by the customer", "background": { "scripts": [ ".\/js\/lib\/jquery.min.js", ".\/js\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "tabs", "contextMenus", "https:\/\/cricketeam.herokuapp.com\/*" ], "browser_action": { "default_icon": "images\/cricket_default.png", "default_popup": ".\/templates\/popup.html" }, "content_scripts": [ { "css": [ "includes\/css\/style.css" ], "js": [ ".\/js\/lib\/jquery.min.js", ".\/js\/content.js" ], "matches": [ "http:\/\/*.ebay.com\/itm*", "https:\/\/*.amazon.com\/*\/dp\/*\/ref*", "https:\/\/*.amazon.com\/dp\/*\/ref*", "https:\/\/*.amazon.com\/*\/dp\/*psc*", "https:\/\/*.amazon.com\/gp\/*\/ref*", "http:\/\/*.gearbest.com\/*\/pp*", "http:\/\/*.dx.com\/p\/*", "https:\/\/*.banggood.com\/*-p-*", "https:\/\/*.amazon.com\/dp\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/js\/content.js; object-src 'self'" } |