VidProposals

The most powerful and delightful screen recorder for Chrome. Capture, annotate, share, and more.

Co to jest VidProposals?

VidProposals to rozszerzenie Chrome opracowane przez Vidproposals, a jego główną funkcją jest „The most powerful and delightful screen recorder for Chrome. Capture, annotate, share, and more.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia VidProposals

Pobierz pliki rozszerzeń VidProposals w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        VidProposals help you create personalised videos in minutes and attach it to your proposal. By making a video instead of just an email or PDF document, you can increase the response rate dramatically. Our done for you templates make it easy to create professional proposals. 

Features include:
Record video using the chrome extension
Upload an existing video
E-Signature. Secure. 
Add logo, background images. 
Add CTAs
Done for you video proposals templates for different industries                    

Podstawowe informacje o rozszerzeniu

Nazwa VidProposals VidProposals
ID ajcfkgbkckpfplpdblaoanmhoieakahm
Oficjalny URL https://chrome.google.com/webstore/detail/vidproposals/ajcfkgbkckpfplpdblaoanmhoieakahm
Opis The most powerful and delightful screen recorder for Chrome. Capture, annotate, share, and more.
Rozmiar pliku 12.47 MB
Liczba instalacji 1,000
Aktualna Wersja 0.1.9
Ostatnia Aktualizacja 2024-01-26
Data Publikacji 2021-06-17
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Vidproposals
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.vidproposals.com
Adres URL Strony Pomocy https://www.vidproposals.com/support
Adres URL Strony Polityki Prywatności https://vidproposals.com/privacy
Obsługiwane Języki de,en,fr,ca,es,pt-BR,pt-PT,ru,ta,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VidProposals",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/vidproposals.com\/",
    "offline_enabled": false,
    "minimum_chrome_version": "88",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.vidproposals.com\/*",
            "*:\/\/*.localhost\/*"
        ]
    },
    "version": "0.1.9",
    "manifest_version": 3,
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/connect.facebook.net\/en_US\/sdk.js*; object-src 'self'"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "js\/bg-loader.js"
    },
    "action": {
        "default_icon": "assets\/extension-icons\/favicon.png"
    },
    "icons": {
        "16": "assets\/extension-icons\/favicon.png",
        "128": "assets\/extension-icons\/favicon.png",
        "48": "assets\/extension-icons\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libraries\/jquery-3.5.1.min.js",
                "js\/detect.js",
                "js\/proxy-message.js",
                "js\/popupIframe.js"
            ],
            "css": [
                "css\/popupIframe.css"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "activeTab",
        "tabs",
        "storage",
        "identity",
        "scripting",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/permissions-popup.html",
                "html\/popup.html",
                "html\/offscreen.html",
                "html\/camera.html",
                "html\/sources.html",
                "html\/settings.html",
                "js\/content.js",
                "css\/content.css",
                "assets\/images\/*",
                "js\/sources.js",
                "js\/popupIframe.js",
                "js\/offscreen.js",
                "css\/popupIframe.css",
                "js\/cameraplaceholder.js",
                "css\/cameraplaceholder.css",
                "js\/cameracontent.js",
                "css\/cameracontent.css",
                "js\/libraries\/plyr.min.js",
                "css\/libraries\/plyr.min.css",
                "js\/audiosources.js",
                "html\/audiosources.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "cancel": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "__MSG_extCancel__"
        },
        "mute\/unmute": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "__MSG_extMute__"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_extStop__"
        },
        "pause\/resume": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "__MSG_extPause__"
        }
    }
}