Free Video Email by cloudHQ

Record and send video directly from Gmail

Free Video Email by cloudHQとは何ですか?

Free Video Email by cloudHQはhttps://www.free-video-email.comによって開発されたChromeの拡張機能で、その主な機能は「Record and send video directly from Gmail」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Free Video Email by cloudHQ拡張機能のCRXファイルをダウンロード

Free Video Email by cloudHQ拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you want to standout in your emails? 

Or maybe you're too busy to type an email, but a video might be right up your alley? 

Video Email is 100% free, and allows you to record your video, overlay multiple filters on it, and end it directly through Gmail- all with 3 taps: record, upload, and send. 

You can also upload your video privately to YouTube, Google Drive, or create video file (which then you can send as an attachment).

This is ideal for salespeople, realtors, lawyers, marketers, and anyone who's looking to cut through the noise of boring text emails.

cloudHQ. Helping you stand out.                    

拡張機能の基本情報

名前 Free Video Email by cloudHQ Free Video Email by cloudHQ
ID hfacaegmldmpapapbipahgpdeboingpk
公式URL https://chromewebstore.google.com/detail/free-video-email-by-cloud/hfacaegmldmpapapbipahgpdeboingpk
説明 Record and send video directly from Gmail
ファイルサイズ 1.02 MB
インストール数 20,000
現在のバージョン 1.0.2.15
最終更新日 2020-09-08
公開日 2020-05-17
評価 4.54/5 合計 81 レビュー
開発者 https://www.free-video-email.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.free-video-email.com/
ヘルプページのURL https://support.cloudhq.net/category/browser-extensions/free-video-email/
プライバシーポリシーページの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": "Free Video Email by cloudHQ",
    "short_name": "Free Video Email by cloudHQ",
    "browser_action": {
        "default_icon": "icons\/gmail_video.png"
    },
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_video.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_video_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "version": "1.0.2.15",
    "description": "Record and send video directly from Gmail",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}