Embed YouTube™ Videos in Gmail by cloudHQ

Embed Your YouTube™ Videos in Gmail

Embed YouTube™ Videos in Gmail by cloudHQคืออะไร?

Embed YouTube™ Videos in Gmail by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gmail-youtube.io และคุณลักษณะหลักของมันคือ "Embed Your YouTube™ Videos in Gmail"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Embed YouTube™ Videos in Gmail by cloudHQ

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

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

                        This extension lets you choose from any YouTube video, and easily embeds it directly into the body of your Gmail email. 

Just click on the "YouTube™ icon" in your compose email window in Gmail, select the video that you want to embed in your email, and your video will automatically embed. 

This is great for anyone who wants to introduce themselves like:

✅Salespeople
✅Realtors 
✅Job Seekers 
✅Recruiters

It's also great for:
✅Artists who want their mailing list to see their work on YouTube 
✅Customer Support who have videos explaining something for frequent customer questions
✅Educators, speakers, or teachers who want to share access to their presentation videos
✅Product demos 
✅Newsletters where you want to include an interesting video 
✅Strategy game vloggers
✅Beauty vloggers 
✅Travel vloggers
✅Workout vloggers

Whether you saw a YouTube video that you think your email audience would enjoy, or if you've created a YouTube video that you want your email audience to see, this is a simple way to embed your video in your email with just 3 simple clicks.  
 
Please visit our support website https://support.cloudhq.net or email us at [email protected] if you have any 
questions.                    

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

ชื่อ Embed YouTube™ Videos in Gmail by cloudHQ Embed YouTube™ Videos in Gmail by cloudHQ
ID lbdnddabdjhmnlclmaaigiaemebgcgpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/embed-youtube-videos-in-g/lbdnddabdjhmnlclmaaigiaemebgcgpe
คำอธิบาย Embed Your YouTube™ Videos in Gmail
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 24,507
เวอร์ชันปัจจุบัน 1.0.0.10
อัปเดตครั้งล่าสุด 2021-02-23
วันที่เผยแพร่ 2020-05-11
คะแนน 3.74/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา https://www.gmail-youtube.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gmail-youtube.io
URL หน้าช่วยเหลือ https://support.cloudhq.net/category/browser-extensions/embed-youtube-videos-in-gmail/
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": "Embed YouTube\u2122 Videos in Gmail by cloudHQ",
    "short_name": "Embed YouTube\u2122 Videos in Gmail by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/gmail_youtube.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_youtube.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_youtube_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.10",
    "description": "Embed Your YouTube\u2122 Videos in Gmail",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}