Adquisitio, the real-time Amazon deal finder
Detect deals and discount products within the last hours or minutes. Be the first to take advantage of Amazon price drops.
Adquisitio, the real-time Amazon deal finder란 무엇입니까?
Adquisitio, the real-time Amazon deal finder은(는) http://www.adquisitio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detect deals and discount products within the last hours or minutes. Be the first to take advantage of Amazon price drops."입니다.
확장 프로그램 스크린샷
Adquisitio, the real-time Amazon deal finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adquisitio is a set of tools to help you save money when shopping at Amazon. Per department, you can: Detect deals and discounted products within the last hours. Be the first to take advantage of bargains and price drops from Amazon. Be notified by email when a product reach the price you set. Compare, in real-time, product prices in all Amazon international sites. Analyze the historical price chart to determine if current product price is good enough to buy it.
확장 프로그램 기본 정보
이름 | |
ID | epalflhnjolmgcojpiaccnbboeopgpge |
공식 URL | https://chrome.google.com/webstore/detail/adquisitio-the-real-time/epalflhnjolmgcojpiaccnbboeopgpge |
설명 | Detect deals and discount products within the last hours or minutes. Be the first to take advantage of Amazon price drops. |
파일 크기 | 53.15 KB |
설치 횟수 | 392 |
현재 버전 | 0.150 |
최근 업데이트 | 2014-10-15 |
출시 날짜 | 2014-10-15 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | http://www.adquisitio.com |
결제 유형 | free |
지원되는 언어 | en,es |
manifest.json | |
{ "background": { "scripts": [ "background.js", "script.js" ] }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9xMn1LacM0ocQxJmAudz\/O0dUcdGKy20\/TyHqeqBMEMws6k26ALTCjchpenqzS+u0FZg1nXlP6d\/Rg60yQFa0\/rqdnc7kxH02JToiYsp+uQrHXBfmJ3aNDPPa\/fwYI9kG\/vk1glTlTG\/91cflmDuOcYyg9p2lwvjDjQF1SMpysQIDAQAB", "manifest_version": 2, "name": "__MSG_appName__", "options_page": "options.html", "page_action": { "default_icon": "icon-128.png", "default_title": "Adquisitio sidebar, the real-time Amazon deal finder." }, "permissions": [ "tabs", "http:\/\/*\/*", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.150", "web_accessible_resources": [ "background.html", "waiting.html", "skin\/ca.gif", "skin\/de.gif", "skin\/us.gif", "skin\/cn.gif", "skin\/jp.gif", "skin\/fr.gif", "skin\/es.gif", "skin\/in.gif", "skin\/uk.gif", "skin\/it.gif", "skin\/overlay.css", "skin\/track.png", "icon-64.png" ] } |