Gmail Snippets by cloudHQ

Save your time: Compose an entire email while only using 3 words!

Gmail Snippets by cloudHQคืออะไร?

Gmail Snippets by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gmail-snippets.com และคุณลักษณะหลักของมันคือ "Save your time: Compose an entire email while only using 3 words!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do you find yourself having to write the same emails over and over? 

We know that it's too time consuming, so we created Gmail Snippets. 

Now, you can compose an entire email just by typing 3 words! Simple shortcuts lets you save time and be more productive. 

Gmail Snippets are great for common email conversations like: introductions, thank yous, signatures, product pitches, or common Q&As. 

With Gmail Snippets, you can use what we've already populated for you, and even add your own customized snippets for what makes sense for you. 

Each snippet you create will have a keyboard shortcut word. Simply type the shortcut into your email message "compose" window, and it will be replaced by the contents of your snippet.

Gmail snippets saves you so much time, and it helps you have a consistent message without wasting time from your daily activities.  

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

🔥🔥🔥Visit our latest blog post to read more about it here: https://blog.cloudhq.net/new-gmail-snippets-how-to-write-an-email-by-typing-only-3-words/ 🔥🔥🔥                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gmail Snippets by cloudHQ Gmail Snippets by cloudHQ
ID aaogcnhlejoiamoopmnieonhbgajndlc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-snippets-by-cloudhq/aaogcnhlejoiamoopmnieonhbgajndlc
คำอธิบาย Save your time: Compose an entire email while only using 3 words!
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.0.10
อัปเดตครั้งล่าสุด 2023-11-29
วันที่เผยแพร่ 2020-05-09
คะแนน 4.33/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา https://www.gmail-snippets.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gmail-snippets.com/
URL หน้าช่วยเหลือ https://support.cloudhq.net/category/browser/gmail-snippets/
URL หน้านโยบายความเป็นส่วนตัว https://www.cloudhq.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*",
        "*"
    ],
    "name": "Gmail Snippets by cloudHQ",
    "short_name": "Gmail Snippets by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/gmail_snippets.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-3.3.1.min.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_snippets.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/tribute.js",
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_snippets_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.10",
    "description": "Save your time: Compose an entire email while only using 3 words!",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}