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은(는) https://www.gmail-youtube.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Embed Your YouTube™ Videos in Gmail"입니다.
확장 프로그램 스크린샷
Embed YouTube™ Videos in Gmail by cloudHQ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } |