Video Emails for Sales Teams - VideoForm

Record Camera + Screen and send personalized video emails from the tools you already use, like Gmail, Salesforce, Hubspot

Что такое Video Emails for Sales Teams - VideoForm?

Video Emails for Sales Teams - VideoForm - это расширение Chrome, разработанное https://videoform.com, и его основная функция - "Record Camera + Screen and send personalized video emails from the tools you already use, like Gmail, Salesforce, Hubspot".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Video Emails for Sales Teams - VideoForm

Скачайте файлы расширений Video Emails for Sales Teams - VideoForm в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        1-1 video personalisation for sales teams to close more deals.

Send 1 on 1 personalised videos to prospects & add personalisation to your sales process. This extension is packed with everything SDR’s, sales & customer success teams need to close more deals $$

✉️ Video Emails & Options to Share

✔  Embed VideoForm inside your email,
✔ Share VideoForm URL

👍 Branding

✔ Add your logo to your video forms
✔ Add your custom domain on VideoForm URL’s

🙋🏻‍♀️ Face to Face Communication

✔ Users can respond with their own video - 2 way video communication
✔ Add Call to Action - Add call to action buttons with your video

🎥 Camera & Screen Recording

✔ Record your screen and webcam - Record video and screen simultaneously
✔ Use your webcam - To record a personalized video message
✔ Record your screen - Choose between a chrome tab or the entire desktop

📈 In-depth Analytics

✔ Add your Google Analytics, FB Pixel & Tag Manager Codes
✔ Detailed Analytics on form interactions & responses 

Remote sales or customer success team? VideoForm has everything that you need to open a personalised communication line with your prospects & customers.

Have more questions? Get in touch with us at [email protected]                    

Основная информация о расширении

Название Video Emails for Sales Teams - VideoForm Video Emails for Sales Teams - VideoForm
ID nbnlbmpbcdefpnhoobbipinegfebonba
Официальный URL https://chromewebstore.google.com/detail/video-emails-for-sales-te/nbnlbmpbcdefpnhoobbipinegfebonba
Описание Record Camera + Screen and send personalized video emails from the tools you already use, like Gmail, Salesforce, Hubspot
Размер файла 251 KB
Количество установок 275
Текущая Версия 1.0.0.5
Последнее Обновление 2021-10-19
Дата публикации 2020-09-05
Рейтинг 4.00/5 Всего 4 оценок
Разработчик https://videoform.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.videoform.com/
URL страницы помощи https://www.videoform.com/support
URL страницы политики конфиденциальности https://www.videoform.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Emails for Sales Teams - VideoForm",
    "short_name": "VideoForm",
    "description": "Record Camera + Screen and send personalized video emails from the tools you already use, like Gmail, Salesforce, Hubspot",
    "version": "1.0.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "VideoForm",
        "default_popup": "popup\/loginRegister.html"
    },
    "background": {
        "scripts": [
            "assets\/src\/jquery.js",
            "assets\/src\/gmail.js",
            "main\/bgMain.js",
            "integrations\/bgIntegrations.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/img\/videoform_logo-16.png",
        "48": "assets\/img\/videoform_logo-17.png",
        "128": "assets\/img\/videoform_logo-18.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/app.videoform.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "assets\/src\/gmail.js",
                "integrations\/js\/gmailAppend.js"
            ],
            "css": [
                "assets\/css\/css_file.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.hubspot.com\/*",
                "*:\/\/app.videoform.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/hubspotAppend.js"
            ],
            "css": [
                "assets\/css\/css_file.css",
                "assets\/css\/vf_hubspot_styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/linkedinAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.force.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/salesforceAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.lemlist.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/lemlistAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.snov.io\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/snovioAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.woodpecker.co\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/woodpeckerAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.outlook.live.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/outlookAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.moosend.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/moosendAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.close.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/closeAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/next.quickmail.io\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/quickmailAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/crm.zoho.in\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/zohocrmAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/app.apollo.io\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/apolloAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.sendinblue.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/sendinblueAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.sendx.io\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/sendxAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.getdrip.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/dripAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.sendpulse.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/sendpulseAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.woodpecker.co\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/woodpeckerAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.myfreshworks.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/freshmarketerAppend.js",
                "integrations\/js\/freshworksAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.zendesk.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/zendeskAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.mailchimp.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/mailchimpAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.saleswhale.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/saleswhaleAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/mc.sendgrid.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/sendgridAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/*.mailshake.com\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/mailshakeAppend.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.videoform.com\/*",
                "*:\/\/app.videopiper.club\/*"
            ],
            "js": [
                "assets\/src\/jquery.js",
                "common\/appEvents.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/src\/jquery.js",
                "integrations\/js\/permissionsIframeInt.js",
                "integrations\/js\/permissionsIframeIntMic.js",
                "main\/js\/permissionsIframe.js",
                "main\/js\/permissionsIframeMic.js",
                "common\/appEvents.js"
            ],
            "css": [
                "assets\/css\/css_file.css",
                "assets\/css\/vf_hubspot_styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "main\/html\/permissions.html",
        "main\/html\/permissionsMic.html",
        "main\/html\/cameraRecord.html",
        "main\/html\/camera.html",
        "main\/js\/permissionsIframe.js",
        "main\/js\/permissionsIframeMic.js",
        "main\/html\/finalVideo.html",
        "integrations\/html\/p",
        "integrations\/html\/permissionsInt.html",
        "integrations\/html\/permissionsIntMic.html",
        "integrations\/html\/cameraRecordInt.html",
        "integrations\/html\/cameraInt.html",
        "integrations\/js\/permissionsIframeInt.js",
        "integrations\/js\/permissionsIframeIntMic.js",
        "integrations\/html\/finalVideoInt.html"
    ],
    "permissions": [
        "https:\/\/app.videoform.com\/",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "activeTab",
        "webNavigation",
        "storage",
        "desktopCapture"
    ]
}