Free Video Email by cloudHQ

Record and send video directly from Gmail

Что такое Free Video Email by cloudHQ?

Free Video Email by cloudHQ - это расширение Chrome, разработанное https://www.free-video-email.com, и его основная функция - "Record and send video directly from Gmail".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Free Video Email by cloudHQ

Скачайте файлы расширений 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
Электронная почта [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
}