DoneNote

Leave notes straight on the web page with your entire team

什么是DoneNote?

DoneNote是由https://donenote.com开发的Chrome扩展程序,该扩展的主要功能是“Leave notes straight on the web page with your entire team”。

扩展截图

screenshot
screenshot

下载DoneNote扩展crx文件

下载DoneNote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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:\/\/*\/*"
    ]
}