eReaderIQ Integrator
Integrates eReaderIQ with Amazon for quickly checking Kindle price history & watching for Kindle price drops.
eReaderIQ Integrator란 무엇입니까?
eReaderIQ Integrator은(는) https://www.ereaderiq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integrates eReaderIQ with Amazon for quickly checking Kindle price history & watching for Kindle price drops."입니다.
확장 프로그램 스크린샷
eReaderIQ Integrator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension integrates eReaderIQ with Amazon's Kindle book pages for quickly checking Kindle price history & watching for Kindle price drops. Version 0.12.0 fixes an issue where the Integrator window would no longer open. Version 0.11.7 attempts to fix issues with the Integrator window not showing up at full size. It is an issue I was not able to replicate on my end, but received enough complaints about to attempt to handle it differently. Version 0.11.6 adds support for smile.amazon.co.uk and drops support for Wish List imports and Now on Kindle services as the main site has not supported those for almost a year. Version 0.11.5 fixes an issue where the size of the popup window was not resizing correctly due to moving eReaderIQ to https. Version 0.11.4 fixes an issue where the icon was not showing up for some paperback or hardcover books. Versions 0.11.1, 0.11.2 and 0.11.3 fix issues where the icon was not showing up for some Wish Lists and others were incorrectly showing up as "Private". As of version 0.11.0, this extension supports amazon.com, amazon.co.uk, amazon.ca, smile.amazon.com & smile.amazon.co.uk.
확장 프로그램 기본 정보
이름 | eReaderIQ Integrator |
ID | epjfabiijflnfmjjhanhddglfhokheae |
공식 URL | https://chromewebstore.google.com/detail/ereaderiq-integrator/epjfabiijflnfmjjhanhddglfhokheae |
설명 | Integrates eReaderIQ with Amazon for quickly checking Kindle price history & watching for Kindle price drops. |
파일 크기 | 28.67 KB |
설치 횟수 | 3,156 |
현재 버전 | 0.12.0 |
최근 업데이트 | 2023-08-25 |
출시 날짜 | 2019-08-04 |
평점 | 4.92/5 총 26 개의 평점 |
개발자 | https://www.ereaderiq.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://www.ereaderiq.com/contact/ |
개인정보 보호 정책 페이지 URL | https://www.ereaderiq.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.12.0", "name": "eReaderIQ Integrator", "author": "Christian Hupfeld", "description": "Integrates eReaderIQ with Amazon for quickly checking Kindle price history & watching for Kindle price drops.", "action": { "default_icon": { "16": "images\/eReaderIQ_square_16.png", "48": "images\/eReaderIQ_square_48.png", "128": "images\/eReaderIQ_square_128.png" }, "default_title": "eReaderIQ Integrator", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/smile.amazon.com\/*", "https:\/\/smile.amazon.co.uk\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] } |