Cricket
A Cricket chrome extension - platform for locating and monitoring desired products by the customer
Cricket là gì?
Cricket là một tiện ích mở rộng Chrome được phát triển bởi https://cricketown.com, và tính năng chính của nó là "A Cricket chrome extension - platform for locating and monitoring desired products by the customer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cricket
Tải xuống các tệp mở rộng Cricket dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cricket |
ID | akknnkafgnopejnkiifjoffhjpeobaod |
URL Chính Thức | https://chromewebstore.google.com/detail/cricket/akknnkafgnopejnkiifjoffhjpeobaod |
Mô tả | A Cricket chrome extension - platform for locating and monitoring desired products by the customer |
Kích Thước Tệp | 1.16 MB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2017-08-18 |
Ngày Phát Hành | 2017-08-18 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://cricketown.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.cricketown.com/terms.html |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |