eReaderIQ Integrator

Integrates eReaderIQ with Amazon for quickly checking Kindle price history & watching for Kindle price drops.

eReaderIQ Integratorคืออะไร?

eReaderIQ Integrator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ereaderiq.com และคุณลักษณะหลักของมันคือ "Integrates eReaderIQ with Amazon for quickly checking Kindle price history & watching for Kindle price drops."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eReaderIQ Integrator

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
        }
    ]
}