Readavocado Kindle Sync

Sync your Kindle highlight with your ReadAvocado account

Cos'è Readavocado Kindle Sync?

Readavocado Kindle Sync è un'estensione di Chrome sviluppata da Readavocado team, e la sua funzione principale è "Sync your Kindle highlight with your ReadAvocado account".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Readavocado Kindle Sync

Scarica i file di estensione Readavocado Kindle Sync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Sync your Kindle highlight with your Readavocado account.

How to use
1. Install extension.
2. Click on extension in the browser bar, enter your Readavocado email and password to acquire access token 
3. Click the extension icon again wait a moment until you are redirected to Readavocado app.                    

Informazioni di Base sull'Estensione

Nome Readavocado Kindle Sync Readavocado Kindle Sync
ID kobebihabdbkebkefamnblolpfgdnfnn
URL Ufficiale https://chromewebstore.google.com/detail/readavocado-kindle-sync/kobebihabdbkebkefamnblolpfgdnfnn
Descrizione Sync your Kindle highlight with your ReadAvocado account
Dimensione del File 618 KB
Conteggio Installazioni 79
Versione Corrente 0.1.3
Ultimo Aggiornamento 2022-09-30
Data di Pubblicazione 2022-08-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Readavocado team
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://readavocado.com
URL della Pagina della Politica sulla Privacy https://readavocado.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readavocado Kindle Sync",
    "action": [],
    "manifest_version": 3,
    "version": "0.1.3",
    "options_page": "options.html",
    "description": "Sync your Kindle highlight with your ReadAvocado account",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "host_permissions": [
        "https:\/\/read.amazon.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}