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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Injects an eReaderIQ window into Amazon Kindle pages for quickly checking Kindle price history & updating your Watch List."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में eReaderIQ Injector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}