Mailto: Set Default Email to Gmail by cloudHQ

Set Gmail as default email application when clicking on an email address on the internet

Mailto: Set Default Email to Gmail by cloudHQคืออะไร?

Mailto: Set Default Email to Gmail by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cloudhq.net และคุณลักษณะหลักของมันคือ "Set Gmail as default email application when clicking on an email address on the internet"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mailto: Set Default Email to Gmail by cloudHQ

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

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

                        Have you ever clicked on a website's "contact us" email link, only to find out that nothing happens when you click on it? 

Or maybe it opens an email client like iCloud email on your Apple MacOs device, or Microsoft Outlook on your Windows device?  

It's an annoyance that doesn't need to happen at all. With this extension, you'll be able to set Gmail (or your G Suite account) as your default email client anytime you click on an email address that you find online. 

This extension is great for:

✅ Large organizations that use G Suite to ensure that all your employees compose emails from their work emails and not accidentally sent from employees' private email accounts (ie. iCloud, Outloook.com, or other Gmail email).

✅ Gmail users who just don't like using other email clients other than their Gmail email client. 

✅ Gmail users who are left wondering why clicking on an email link just never works at all. 

Save time from having to copy and paste email addresses from the web into your Gmail compose window with Mailto: Set Default Email to Gmail by cloudHQ

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

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

ชื่อ Mailto: Set Default Email to Gmail by cloudHQ Mailto: Set Default Email to Gmail by cloudHQ
ID boljkhffeonkhcipdflndnljbhigbhhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mailto-set-default-email/boljkhffeonkhcipdflndnljbhigbhhe
คำอธิบาย Set Gmail as default email application when clicking on an email address on the internet
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 6,203
เวอร์ชันปัจจุบัน 1.0.0.3
อัปเดตครั้งล่าสุด 2023-11-24
วันที่เผยแพร่ 2020-05-11
คะแนน 4.13/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://cloudhq.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cloudhq.net/chrome_extensions
URL หน้าช่วยเหลือ https://support.cloudhq.net/chrome_extensions
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": "Mailto: Set Default Email to Gmail by cloudHQ",
    "short_name": "Mailto: Set Default Email to Gmail by cloudHQ",
    "description": "Set Gmail as default email application when clicking on an email address on the internet",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/gmail_mailto.png",
        "default_popup": "html\/popup.html",
        "default_title": "Mailto: Set Default Email to Gmail by cloudHQ"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-3.4.1.min.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_mailto.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_mailto_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "javascripts\/jquery-3.4.1.min.js",
                "javascripts\/main_gmail_mailto_impl.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "1.0.0.3",
    "permissions": [
        "storage",
        "background",
        "tabs",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}