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"입니다.
확장 프로그램 스크린샷
DoneNote 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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:\/\/*\/*" ] } |