Notely

Making notes simple, organized and always within reach.

Notely क्या है?

Notely Notely द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Making notes simple, organized and always within reach."।

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

screenshot
screenshot
screenshot

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

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

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

                        Notely - Quick, Easy, and Smooth note-taking process for you inside browser. Its card and page layout let you arrange content in the way you want; so that you keep noting without having to worry about the number of notes.

With Notely you can easily:
 - Easily take notes while browsing or attending any meeting.
 - Save important points directly to your notes with highlight and click.
 - Get short summaries of any article into your dashboard. (Still in beta :p)
 - Record and playback audio notes
 - Arrange notes as per your convenience with the page feature                    

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

नाम Notely Notely
ID ndfellgifkedknkiplelpkplcdobnabp
आधिकारिक URL https://chrome.google.com/webstore/detail/notely/ndfellgifkedknkiplelpkplcdobnabp
विवरण Making notes simple, organized and always within reach.
फ़ाइल का आकार 1 MB
स्थापना संख्या 95
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2022-02-02
प्रकाशन तिथि 2022-01-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Notely
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://notely.in
सहायता पृष्ठ URL https://forms.gle/VnieuoUety2yGsas5
गोपनीयता नीति पृष्ठ URL https://notely.in/policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notely",
    "author": "Gaurav",
    "description": "Making notes simple, organized and always within reach.",
    "version": "0.2.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/128.png",
        "default_title": "Notely"
    },
    "background": {
        "scripts": [
            "back.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "index.html",
        "index.js",
        "static\/*",
        "auth\/*.*",
        "logout\/*.*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/embed.tawk.to\/61f16701b9e4e21181bc0641\/1fqbfkor8 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self';",
    "manifest_version": 2
}