Einote: The Future of Voice Notes

Easily take, record and share your notes on any webpage with Einote.

Einote: The Future of Voice Notes क्या है?

Einote: The Future of Voice Notes https://einote.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily take, record and share your notes on any webpage with Einote."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Einote: The Future of Voice Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        YOU DON'T NEED ALL THOSE TABS OPENED. You don't need to lose hours searching for a link. You don't need to lose context each time you log back in.

Einote is a Chrome extension that allows Internet users to take notes on the fly from any webpage. Just navigate the Internet as always, and when you find something valuable, Einote it. When you come back, it will retrieve it automatically for you. 

The process is simple:
1 - Visit Any Webpage
2 - Take Notes
3 - Review and Rearrange as you Need in your dashboard

With Einote, we capture notes, you capture ideas.

-----
Concerned about security? We too!
Learn more about our security best practices at einote.com/support.

Any question? We're here to help! Contact us in seconds at einote.com/contact.

Launched first Beta in August 2021. Out of Beta in March 2022.                    

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

नाम Einote: The Future of Voice Notes Einote: The Future of Voice Notes
ID blhnjbkdaggfkhmaehbhbmmlfblaodjh
आधिकारिक URL https://chromewebstore.google.com/detail/einote-the-future-of-voic/blhnjbkdaggfkhmaehbhbmmlfblaodjh
विवरण Easily take, record and share your notes on any webpage with Einote.
फ़ाइल का आकार 397 KB
स्थापना संख्या 201
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2022-09-06
प्रकाशन तिथि 2021-12-17
रेटिंग 4.83/5 कुल 18 रेटिंग्स
डेवलपर https://einote.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://einote.com/
सहायता पृष्ठ URL https://einote.com/support
गोपनीयता नीति पृष्ठ URL https://einote.com/cookies
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Einote: The Future of Voice Notes",
    "short_name": "Einote",
    "description": "Easily take, record and share your notes on any webpage with Einote.",
    "version": "1.4.1",
    "homepage_url": "https:\/\/einote.com",
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png",
        "144": "logo\/144.png"
    },
    "action": {
        "default_title": "Einote"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "contextMenus",
        "scripting"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.einote.com\/*"
        ]
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            }
        }
    }
}