Export Kindle Highlights to Notion V2 (2023)

Export Kindle Highlights and clippings to Notion easily.

Export Kindle Highlights to Notion V2 (2023) क्या है?

Export Kindle Highlights to Notion V2 (2023) Anshul Ahuja द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export Kindle Highlights and clippings to Notion easily."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Export Kindle Highlights to Notion V2 (2023) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        We are back in 2023 with a solid new upgrade. 

A 1 click way to export your kindle highlights to notion without any signups/installation/setup etc 

Buy me a Coffee: https://www.buymeacoffee.com/anshulahuja

Visual Guide: https://side-hustle-labs.vercel.app/kindle2notion

**Initial Setup** 
1. Install the extension
2. Login to Notion account(You will be redirected to a new tab where you can login to you Notion account)
3. Provide Notion Page Edit Access
4. Use the template provided by the developer

**Update/Upload clippings**
1. Connect Kindle Via USB
2. Open the extension
4. Click Upload New Clippings Files button
5. Select clippings file in Kindle → Documents → My Clippings.txt
6. Submit
7. Click refresh button in status box to keep checking status
8. You can close the browser and extension after starting the sync as all the processing is happening remotely.


Feel free to contact us if the issue persists.

For Support: [email protected]

Feedback/Suggestions Form:https://forms.gle/ze49JUkMhgNZJKHn8                    

एक्सटेंशन की मूल जानकारी

नाम Export Kindle Highlights to Notion V2 (2023) Export Kindle Highlights to Notion V2 (2023)
ID nmgbhgbkbenpfjkdfladebgcdihbekne
आधिकारिक URL https://chromewebstore.google.com/detail/export-kindle-highlights/nmgbhgbkbenpfjkdfladebgcdihbekne
विवरण Export Kindle Highlights and clippings to Notion easily.
फ़ाइल का आकार 286 KB
स्थापना संख्या 3,483
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2023-05-27
प्रकाशन तिथि 2021-06-25
रेटिंग 4.54/5 कुल 35 रेटिंग्स
डेवलपर Anshul Ahuja
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://side-hustle-labs.vercel.app/
सहायता पृष्ठ URL https://www.notion.so/Troubleshooting-8896630c283b422483a15cc37eec487c
गोपनीयता नीति पृष्ठ URL https://side-hustle-labs.vercel.app/privacy/kindle2notion
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Kindle Highlights to Notion V2 (2023)",
    "description": "Export Kindle Highlights and clippings to Notion easily.",
    "manifest_version": 3,
    "version": "2.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/www.notion.so\/*",
        "https:\/\/api.notion.com\/*"
    ]
}