eReaderIQ Injector
Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List.
eReaderIQ Injector là gì?
eReaderIQ Injector là một tiện ích mở rộng Chrome được phát triển bởi https://www.ereaderiq.com, và tính năng chính của nó là "Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng eReaderIQ Injector
Tải xuống các tệp mở rộng eReaderIQ Injector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | eReaderIQ Injector |
ID | ddaokbpblocfgnceialolpbobneccdcf |
URL Chính Thức | https://chromewebstore.google.com/detail/ereaderiq-injector/ddaokbpblocfgnceialolpbobneccdcf |
Mô tả | Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List. |
Kích Thước Tệp | 61.57 KB |
Số Lần Cài Đặt | 3,051 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2023-09-19 |
Ngày Phát Hành | 2018-05-05 |
Đánh Giá | 3.77/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://www.ereaderiq.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.ereaderiq.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } ] } |