Readavocado Kindle Sync

Sync your Kindle highlight with your ReadAvocado account

What is Readavocado Kindle Sync?

Readavocado Kindle Sync is a Chrome extension developed by Readavocado team, and its main feature is "Sync your Kindle highlight with your ReadAvocado account".

Extension Screenshots

screenshot
screenshot

Download Readavocado Kindle Sync Extension CRX File

Download Readavocado Kindle Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Readavocado Kindle Sync Readavocado Kindle Sync
ID kobebihabdbkebkefamnblolpfgdnfnn
Official URL https://chromewebstore.google.com/detail/readavocado-kindle-sync/kobebihabdbkebkefamnblolpfgdnfnn
Description Sync your Kindle highlight with your ReadAvocado account
File Size 618 KB
Installation Count 79
Current Version 0.1.3
Last Updated 2022-09-30
Publish Date 2022-08-26
Rating 5.00/5 Total 1 Ratings
Developer Readavocado team
Email [email protected]
Payment Type free
Extension Website https://readavocado.com
Privacy Policy Page URL https://readavocado.com/privacy
Supported Languages 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"
    }
}