ReaderScout

Get notifications on price changes and new reviews for Amazon books

Τι είναι το ReaderScout;

Το ReaderScout είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ReaderScout, και η κύρια λειτουργία του είναι "Get notifications on price changes and new reviews for Amazon books".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ReaderScout

Λήψη αρχείων επέκτασης ReaderScout σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ReaderScout notifies you when Amazon books get new reviews or change in price.  In addition, ReaderScout displays the follower count of an author as well as the current ABSR of each book.  Every twenty four hours, ReaderScout checks for updates on Amazon - and adds an alert to your toolbar in Chrome if a change is found.

With Reader Scout, you:
- Always know the number of followers on Amazon
- Know the ABSR of all tracked books
- Save time from regularly checking books
- Notice changes quickly so you can take the necessary action
- Don’t miss out on price opportunities
- Can react to negative reviews
- See new positive reviews as they arrive in the store

For help getting Reader Scout set up, watch our tutorial here: https://readerscout.com/getting_started/

Reader Scout also helps authors fight back against Amazon spammers, who can hijack books and change the price.  You can read more about how that particular spam occurs here: https://kindlepreneur.com/amazon-printing-scams/

Reader Scout Limitations:

Reader Scout is limited to 50 books per author for the time being because the more users and books we have, the higher the operational costs will go up. However, it is our goal to keep this Reader Scout free - this way, more authors will be able to use it and see if/when they are scammed.

The faster an author picks up on scammers, the sooner they can stop them, and thus the less profitable it becomes for the scammers. If this happens enough, scammers will give up.  By limiting to 5 books, we are able to serve more authors in this fight against spammers.

At the moment, Reader Scout is only available for Amazon US.  We're investigating how to make it available for international markets, but wanted to make Reader Scout available as fast as possible to help authors fight against spammers.  Stay tuned... we're excited to hopefully offer international options in the future.

If you are in another market besides the United States, and want to use ReaderScout, send us an email.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ReaderScout ReaderScout
ID ankgmhneialghlebgnocmjjemngllcgd
Επίσημο URL https://chromewebstore.google.com/detail/readerscout/ankgmhneialghlebgnocmjjemngllcgd
Περιγραφή Get notifications on price changes and new reviews for Amazon books
Μέγεθος Αρχείου 1.83 MB
Αριθμός Εγκαταστάσεων 5,074
Τρέχουσα Έκδοση 1.4.4
Τελευταία Ενημέρωση 2023-08-23
Ημερομηνία Δημοσίευσης 2022-11-06
Αξιολόγηση 4.60/5 Συνολικά 92 Αξιολογήσεις
Προγραμματιστής ReaderScout
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.readerscout.com
URL της Σελίδας Πολιτικής Απορρήτου https://readerscout.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReaderScout",
    "description": "Get notifications on price changes and new reviews for Amazon books",
    "version": "1.4.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.on.aws\/*"
    ],
    "permissions": [
        "notifications",
        "alarms",
        "tabs",
        "identity",
        "identity.email",
        "storage",
        "declarativeNetRequest"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "ReaderScout",
        "default_icon": {
            "16": "logo16.png",
            "32": "logo16.png",
            "48": "logo16.png",
            "128": "logo16.png"
        }
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgcvoJBe1FOMQt8dzx0VMYWLCwDCK1rOjIJy6yg3wwYkjdFQ43QmFnWM+s6oOdd5wZugtWbAfmGK1yELH1j9IQ0tcu4vUZWD3WtXSSQ52LDe9yOuBu\/nZKh6IoCmdKGm3EgKEVFZXtoUZ7auRHPojOuZkcDIUZ3TdYLFt05R+9GEO5UQO4TOB0Dikn1fZuvC2dP2LbactH+onB8AbTUTRFsmLKoBbgnKvgRt+KXq8mMEL30mA1N9gF5bXWHmr3jrjFJwctaSnGBD9wXm51VWGsKQfElIyaX7k7gpyzspL0dmGEq1Jf86JhGJ0WmLei8B\/3oHzN9hqHK3fIboiobOQmQIDAQAB",
    "oauth2": {
        "client_id": "131399518939-2d67rjdf6fru1tu42gefs77ejm5s1c78.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}