DoneNote

Leave notes straight on the web page with your entire team

DoneNote क्या है?

DoneNote https://donenote.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Leave notes straight on the web page with your entire team"।

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

screenshot
screenshot

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

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

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

                        Notes for website — best chrome extensions

This is how you can to organize notes for web pages maintenance:
1. Install the extension
2. Pin an extension to your browser
3. Launch and log in with your Google account
4. Leave notes wherever you want and share the link with your friends

Best ui design tool for designers. Save you over 100+ hours per month and join to the our community: t.me/donenote

Best program for making notes about what to change on a website and website where you can post notes for all to see 🤟 

Graphic designers tools make your life easier. We believe that editing process can be fast, productive, and without extra headache. There is no more need to use dozens of external apps for exchanging comments. Forget about endless screenshots, Google docs, forgotten notes and unnecessary calls. 🙌                    

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

नाम DoneNote DoneNote
ID nakeflgkdjedgniebggeppmkaaeoojkn
आधिकारिक URL https://chromewebstore.google.com/detail/donenote/nakeflgkdjedgniebggeppmkaaeoojkn
विवरण Leave notes straight on the web page with your entire team
फ़ाइल का आकार 50.12 KB
स्थापना संख्या 287
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2023-04-17
प्रकाशन तिथि 2022-12-21
रेटिंग 2.64/5 कुल 11 रेटिंग्स
डेवलपर https://donenote.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://donenote.com/
गोपनीयता नीति पृष्ठ URL https://www.donenote.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DoneNote",
    "version": "1.0.6",
    "description": "Leave notes straight on the web page with your entire team",
    "oauth2": {
        "client_id": "180994980221-s776ljgl81ddt3ohslkss5v9q0t097eg.apps.googleusercontent.com",
        "scopes": [
            "profile email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "icons": {
        "16": "inj\/img\/icon16.png",
        "32": "inj\/img\/icon32.png",
        "48": "inj\/img\/icon48.png",
        "128": "inj\/img\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "inj\/img\/icon16.png",
            "32": "inj\/img\/icon32.png",
            "48": "inj\/img\/icon48.png",
            "128": "inj\/img\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/app.donenote.com\/*"
        ]
    },
    "permissions": [
        "scripting",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}