Pricemetry - First on deals you like
Enjoying discounts on its favorites products has never been easier !
Pricemetry - First on deals you like란 무엇입니까?
Pricemetry - First on deals you like은(는) https://pricemetry.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoying discounts on its favorites products has never been easier !"입니다.
확장 프로그램 스크린샷
Pricemetry - First on deals you like 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Prices keep changing on the web. Did you know Amazon changes its prices 2.5 million times per day ? Track the price, you will know in real time when a product you love is in discount! Use our nice button during your shopping escapades on the web to add everything you want. Great deals will come not long after. Pricemetry supports 30,000 retailers. Hmm that's not the very truth... in fact we support many more, our technology can track any product-like page with a success rate of 94%. Because we shouldn't have to choose only on big retailers, craftsmans's works are too awesome to put aside! - 1 - Browse your favorites shops - 2 - You like a product ? Save it! - 3 - Once it drops we notify you
확장 프로그램 기본 정보
이름 | |
ID | nefokogibeilegomlfpcgiebmpfhlgll |
공식 URL | https://chromewebstore.google.com/detail/pricemetry-first-on-deals/nefokogibeilegomlfpcgiebmpfhlgll |
설명 | Enjoying discounts on its favorites products has never been easier ! |
파일 크기 | 144 KB |
설치 횟수 | 770 |
현재 버전 | 1.1.7 |
최근 업데이트 | 2014-09-18 |
출시 날짜 | 2014-09-18 |
평점 | 3.82/5 총 11 개의 평점 |
개발자 | https://pricemetry.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pricemetry.com |
도움말 페이지 URL | http://pricemetry/installed/chrome |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.7", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "fr", "homepage_url": "https:\/\/pricemetry.com", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_128.png", "default_title": "__MSG_appAction__" }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "apps\/*", "lib\/*" ], "content_scripts": [ { "js": [ "prebookmarklet.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "lib\/jquery-2.1.1.min.js", "notify.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end" } ] } |