Readavocado Kindle Sync

Sync your Kindle highlight with your ReadAvocado account

Wat is Readavocado Kindle Sync?

Readavocado Kindle Sync is een Chrome-extensie ontwikkeld door Readavocado team, en de belangrijkste functie is "Sync your Kindle highlight with your ReadAvocado account".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Readavocado Kindle Sync

Download Readavocado Kindle Sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Readavocado Kindle Sync Readavocado Kindle Sync
ID kobebihabdbkebkefamnblolpfgdnfnn
Officiële URL https://chromewebstore.google.com/detail/readavocado-kindle-sync/kobebihabdbkebkefamnblolpfgdnfnn
Beschrijving Sync your Kindle highlight with your ReadAvocado account
Bestandsgrootte 618 KB
Aantal Installaties 79
Huidige Versie 0.1.3
Laatst Bijgewerkt 2022-09-30
Publicatiedatum 2022-08-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Readavocado team
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://readavocado.com
URL van de Privacybeleid Pagina https://readavocado.com/privacy
Ondersteunde Talen 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"
    }
}