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ファイルをダウンロード
eReaderIQ Integrator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } ] } |