Shoptimate : automatic price comparison
Shoptimate compares prices automatically for you. We provide coupons and price alerts.
Shoptimate : automatic price comparison란 무엇입니까?
Shoptimate : automatic price comparison은(는) https://shoptimate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shoptimate compares prices automatically for you. We provide coupons and price alerts."입니다.
확장 프로그램 스크린샷
Shoptimate : automatic price comparison 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stop spending time searching for a better deal. Shoptimate is an automatic price comparison tool for Chrome. It shows the price of a product on other retailer on the product detail page. It also suggest a curated list of coupons for hundreds of merchants. Changelog ========= 1.6 : fix issue that added the same URL in the browser history. 1.5 : reduce permission requirement for more privacy for our users. 1.4 : fix the crash of Chrome when opening the options by right-clicking on the icon at the top-right of Chrome.
확장 프로그램 기본 정보
이름 | Shoptimate : automatic price comparison |
ID | bibdombdcdbbnfdjkaajfgnfhlapibde |
공식 URL | https://chromewebstore.google.com/detail/shoptimate-automatic-pric/bibdombdcdbbnfdjkaajfgnfhlapibde |
설명 | Shoptimate compares prices automatically for you. We provide coupons and price alerts. |
파일 크기 | 107 KB |
설치 횟수 | 35,456 |
현재 버전 | 1.6 |
최근 업데이트 | 2023-03-25 |
출시 날짜 | 2019-01-09 |
평점 | 4.34/5 총 292 개의 평점 |
개발자 | https://shoptimate.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.shoptimate.com |
지원되는 언어 | de,en,fr,nl,es,it,pl,pt-BR,pt-PT,cs,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sourcefully.com", "background": { "service_worker": "js\/shoptimate-background.js" }, "content_scripts": [ { "js": [ "js\/jquery-3.5.1.min.js", "shoptimate.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "icon.png" }, "manifest_version": 3, "name": "__MSG_extName__", "options_ui": { "page": "options.html" }, "action": { "browser_style": true, "default_title": "Shoptimate", "default_icon": "icon.png" }, "permissions": [ "webNavigation", "storage", "notifications" ], "host_permissions": [ "https:\/\/api.shoptimate.com\/*", "https:\/\/toolbar.shoptimate.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Shoptimate.com", "version": "1.6", "web_accessible_resources": [ { "resources": [ "frame.html", "loading.html" ], "extension_ids": [ "jjkjeolkhanoemknfjnjjlljnbmdcffj", "bibdombdcdbbnfdjkaajfgnfhlapibde" ] } ] } |