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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record and send video directly from Gmail"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Free Video Email by cloudHQ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}