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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | MonkeyECHO - GearBest Price Tracker |
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 |
이메일 | [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" } |