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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gmail-notes.com และคุณลักษณะหลักของมันคือ "Add annotations on your emails to remember something, or to coach how to craft a good email."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Notes by cloudHQ

ดาวน์โหลดไฟล์ส่วนขยาย Gmail Notes by cloudHQ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}