eReaderIQ Injector
Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List.
eReaderIQ Injector란 무엇입니까?
eReaderIQ Injector은(는) https://www.ereaderiq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List."입니다.
확장 프로그램 스크린샷
eReaderIQ Injector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension injects an eReaderIQ window directly into Amazon Kindle book pages for quickly checking Kindle price history, and adding, updating or removing books from your Kindle Watch List, all while on amazon.com, amazon.co.uk or amazon.ca. 5/13/2017 - v1.01 fixes an issue where "Kindle & comiXology" books were not being identified by the plugin. 6/5/2017 - v1.0.2 forces the Injector window to call its data over a secure (https:) connection as the entire eReaderIQ site was recently moved to https. 5/5/2018 - v1.0.3 adds support for smile.amazon.co.uk 4/14/2023 - v1.0.4 fixed bug where user could not log in via extension. 8/24/2023 - v1.0.5 fixed bug where extension would not load properly 9/15/2023 - v1.0.6 fixed bug where extension was unable to fetch price 9/18/2023 - v1.0.7 fixing what I thought I had fixed in v1.0.6
확장 프로그램 기본 정보
이름 | eReaderIQ Injector |
ID | ddaokbpblocfgnceialolpbobneccdcf |
공식 URL | https://chromewebstore.google.com/detail/ereaderiq-injector/ddaokbpblocfgnceialolpbobneccdcf |
설명 | Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List. |
파일 크기 | 61.57 KB |
설치 횟수 | 3,051 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2023-09-19 |
출시 날짜 | 2018-05-05 |
평점 | 3.77/5 총 13 개의 평점 |
개발자 | https://www.ereaderiq.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.ereaderiq.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.7", "name": "eReaderIQ Injector", "author": "Christian Hupfeld", "description": "Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List.", "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/smile.amazon.co.uk\/*" ], "js": [ "jquery.min.js", "injector.js" ], "run_at": "document_idle" } ], "icons": { "16": "images\/eReaderIQ_square_16.png", "48": "images\/eReaderIQ_square_48.png", "128": "images\/eReaderIQ_square_128.png" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |