Readavocado Kindle Sync

Sync your Kindle highlight with your ReadAvocado account

Hvad er Readavocado Kindle Sync?

Readavocado Kindle Sync er en Chrome-udvidelse udviklet af Readavocado team, og dens hovedfunktion er "Sync your Kindle highlight with your ReadAvocado account".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Readavocado Kindle Sync-udvidelses-CRX-fil

Download Readavocado Kindle Sync-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Readavocado Kindle Sync Readavocado Kindle Sync
ID kobebihabdbkebkefamnblolpfgdnfnn
Officiel URL https://chromewebstore.google.com/detail/readavocado-kindle-sync/kobebihabdbkebkefamnblolpfgdnfnn
Beskrivelse Sync your Kindle highlight with your ReadAvocado account
Filstørrelse 618 KB
Antal Installationer 79
Nuværende Version 0.1.3
Senest Opdateret 2022-09-30
Udgivelsesdato 2022-08-26
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Readavocado team
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://readavocado.com
URL til Fortrolighedspolitik Side https://readavocado.com/privacy
Understøttede Sprog 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"
    }
}