Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Zoom Player Deals란 무엇입니까?
Zoom Player Deals은(는) http://inmatrix.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals."입니다.
확장 프로그램 스크린샷
Zoom Player Deals 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Zoom Player Deals extension helps you find the best price and coupons for products you are currently browsing for. Help Zoom Player development flourish by using this extension to help advise you with your online shopping.
확장 프로그램 기본 정보
이름 | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
공식 URL | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
설명 | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
파일 크기 | 93.75 KB |
설치 횟수 | 1,799 |
현재 버전 | 7.0.27 |
최근 업데이트 | 2017-07-10 |
출시 날짜 | 2017-07-10 |
평점 | 4.00/5 총 5 개의 평점 |
개발자 | http://inmatrix.com |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://inmatrix.com/privacy.shtml |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "short_name": "__MSG_shortName__", "version": "7.0.27", "manifest_version": 2, "icons": { "48": "img\/active48.png", "128": "img\/active128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background_script.js", "browser_action.js" ] }, "browser_action": { "default_icon": { "19": "img\/inactive19.png", "38": "img\/inactive38.png" }, "default_title": "__MSG_extName__" }, "content_scripts": [], "default_locale": "en" } |