MonkeyECHO - GearBest Price Tracker
GearBest Price Tracker & Daily Coupons
MonkeyECHO - GearBest Price Trackerとは何ですか?
MonkeyECHO - GearBest Price Trackerはhttps://monkeyecho.comによって開発されたChromeの拡張機能で、その主な機能は「GearBest Price Tracker & Daily Coupons」です。
拡張機能のスクリーンショット
MonkeyECHO - GearBest Price Tracker拡張機能のCRXファイルをダウンロード
MonkeyECHO - GearBest Price Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds price history charts & coupon requests to GearBest.com shopping site.
✜ Price History Charts
Price History charts for All GearBest products - always make sure you're getting the best price.
✜ Coupon Requests
You can ask for a coupon for products that don't have any - we'll do our best to get that coupon.
The products with the most requests will have a higher chance on getting a discount coupon.
No account needed for the charts and coupon codes - install and start getting the best prices now.
* The list of products with coupons listed in our extension can be seen here:
https://monkeyecho.com/new 拡張機能の基本情報
| 名前 | |
| ID | fdmdnnfdofijijgcbhdbnlohaabnmdkb |
| 公式URL | https://chromewebstore.google.com/detail/monkeyecho-gearbest-price/fdmdnnfdofijijgcbhdbnlohaabnmdkb |
| 説明 | GearBest Price Tracker & Daily Coupons |
| ファイルサイズ | 109 KB |
| インストール数 | 2,332 |
| 現在のバージョン | 1.5.5 |
| 最終更新日 | 2020-06-02 |
| 公開日 | 2020-06-02 |
| 評価 | 3.72/5 合計 65 レビュー |
| 開発者 | https://monkeyecho.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://monkeyecho.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MonkeyECHO - GearBest Price Tracker",
"version": "1.5.5",
"manifest_version": 2,
"description": "GearBest Price Tracker & Daily Coupons",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"name": "MonkeyECHO - GearBest Price Tracker"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.gearbest.com\/*"
],
"js": [
"Chart.min.js",
"jquery-3.3.1.min.js",
"content_script.js"
],
"css": [
"style.css"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
".\/background.js"
]
},
"web_accessible_resources": [
"img.png"
],
"permissions": [
"notifications",
"gcm",
"storage",
"*:\/\/*\/*"
],
"short_name": "MonkeyECHO",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuof1ma3Dwli5lqOzXvqkFEAYfjPBdsL9i056Q3sNPr1HHIeDM9GyT1wL35gL58nGhRYfrLS564lyGjcc+DS6eh1zAti1E3Ry0Eoz+FpCDX3t06YxPPjL4iLagpn9DOxJlJEixMTgRvUSK7EkdLXECNY+YszfGB4PGST607Rq03MelChQRKq6Bmcrb8n0rJ2cLABU2CBs2Nxihd4JAlitjZi2UCmQDv\/d3gQH3OlgJrlB9GaEEbU9mSEjNslEMvcMw3EMjZY5dsYSip3lHwpaN4SIhy0MkRH4p9m7HNnrigRvuamwfDOn5IZrpwUgnXNNIoadL\/e5ExcjbURde9Ql3QIDAQAB"
} | |