Gmail Notes by cloudHQ

Add annotations on your emails to remember something, or to coach how to craft a good email.

Gmail Notes by cloudHQ란 무엇입니까?

Gmail Notes by cloudHQ은(는) https://www.gmail-notes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add annotations on your emails to remember something, or to coach how to craft a good email."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Gmail Notes by cloudHQ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        If emails were letters, Gmail Notes would be sticky post-it notes. 

Highlight a section of an email that you received, and make a note about it. Keep it for yourself or email it to someone else. 

No more having to respond to someone by saying "see edits below in red", or wishing that you could write a note on an email. Now, you can just use Gmail Notes and never lose a thought. 

Perfect for:
✔️ Lawyers
✔️ Assistants
✔️ Editors
✔️ Sales Managers
✔️ Project Managers
✔️ Customer Representatives
✔️ Anyone who wants to make a mental note about an email that they received. 

cloudHQ. Helping your productivity, 1 click at a time.

cloudHQ Website: https://www.cloudhq.net
App Website: https://www.gmail-notes.com/
Pricing:  https://www.gmail-notes.com/pricing
Support page: https://support.cloudhq.net/category/browser-extensions/gmail-notes/
Blog: https://blog.cloudhq.net                    

확장 프로그램 기본 정보

이름 Gmail Notes by cloudHQ Gmail Notes by cloudHQ
ID elogffplkfhmdkmkiganmbghjhfdfpfm
공식 URL https://chromewebstore.google.com/detail/gmail-notes-by-cloudhq/elogffplkfhmdkmkiganmbghjhfdfpfm
설명 Add annotations on your emails to remember something, or to coach how to craft a good email.
파일 크기 528 KB
설치 횟수 10,000
현재 버전 1.0.0.9
최근 업데이트 2024-02-06
출시 날짜 2020-05-08
평점 4.31/5 총 135 개의 평점
개발자 https://www.gmail-notes.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gmail-notes.com
도움말 페이지 URL https://support.cloudhq.net/category/browser-extensions/gmail-notes/
개인정보 보호 정책 페이지 URL https://www.cloudhq.net/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Notes by cloudHQ",
    "short_name": "Gmail Notes by cloudHQ",
    "description": "Add annotations on your emails to remember something, or to coach how to craft a good email.",
    "version": "1.0.0.9",
    "author": "https:\/\/www.cloudhq.net",
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css"
            ],
            "include_globs": [],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "*"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/icon-128x128.png",
        "default_title": "Gmail Notes by cloudHQ"
    }
}