Vaetas Connect

Vaetas Connect chrome extension to enable screen recording. Also support email collection and direct video sharing from linkedin.

Co je Vaetas Connect?

Vaetas Connect je rozšíření Chrome vyvinuté https://vaetas.com, a jeho hlavní funkcí je „Vaetas Connect chrome extension to enable screen recording. Also support email collection and direct video sharing from linkedin.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Vaetas Connect

Stáhněte si soubory rozšíření Vaetas Connect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Personalized Video Communication to Drive Business Development                    

Základní Informace o Rozšíření

Název Vaetas Connect Vaetas Connect
ID imafbmggflmbfhpehafcnekaoochndfp
Oficiální URL https://chromewebstore.google.com/detail/vaetas-connect/imafbmggflmbfhpehafcnekaoochndfp
Popis Vaetas Connect chrome extension to enable screen recording. Also support email collection and direct video sharing from linkedin.
Velikost souboru 422 KB
Počet instalací 92
Aktuální Verze 0.0.7
Poslední Aktualizace 2019-04-08
Datum Vydání 2019-04-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://vaetas.com
Typ Platby free
Webové stránky Rozšíření https://vaetas.com
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vaetas Connect",
    "short_name": "Vaetas",
    "version": "0.0.7",
    "description": "Vaetas Connect chrome extension to enable screen recording. Also support email collection and direct video sharing from linkedin.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs",
        "https:\/\/app.vaetas.com\/api\/*",
        "https:\/\/vaetasuploads.s3.amazonaws.com\/videos\/*",
        "https:\/\/s3.amazonaws.com\/vaetas-thumbs\/thumbnails\/*",
        "https:\/\/i.ytimg.com\/vi\/*",
        "https:\/\/cdnjs.cloudflare.com\/*",
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/connect.vaetas.com\/*",
            "*:\/\/studio.invidz.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "constants.js",
            "variables.js",
            "network\/ApiClient.js",
            "background\/background.helper.js",
            "background\/background.windows.js",
            "background\/routes.js",
            "background\/background.js",
            "background\/background.webcam.js",
            "background\/background.messages.js",
            "background\/background.videoPlayer.js",
            "record\/MediaStreamRecorder.js",
            "record\/MultiStreamRecorder.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "login\/login.html",
        "default_icon": {
            "16": "images\/vaetas_logo.png",
            "32": "images\/vaetas_logo.png",
            "48": "images\/vaetas_logo.png",
            "128": "images\/vaetas_logo.png"
        }
    },
    "icons": {
        "16": "images\/vaetas_logo.png",
        "32": "images\/vaetas_logo.png",
        "48": "images\/vaetas_logo.png",
        "128": "images\/vaetas_logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "constants.js",
                "variables.js",
                "inject\/templates\/templates.js",
                "network\/ApiClient.js",
                "inject\/content.inject.js",
                "inject\/linkedin\/content-profile-script.js",
                "inject\/linkedin\/content-message-script.js",
                "inject\/content.messages.js"
            ],
            "css": [
                "inject\/linkedin\/content-message-script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "video\/*"
    ],
    "manifest_version": 2
}