Cricket
A Cricket chrome extension - platform for locating and monitoring desired products by the customer
Cricketคืออะไร?
Cricket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cricketown.com และคุณลักษณะหลักของมันคือ "A Cricket chrome extension - platform for locating and monitoring desired products by the customer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cricket
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |