VideoMyJob

Tools for VideoMyJob.

VideoMyJobとは何ですか?

VideoMyJobはhttps://videomyjob.comによって開発されたChromeの拡張機能で、その主な機能は「Tools for VideoMyJob.」です。

拡張機能のスクリーンショット

screenshot
screenshot

VideoMyJob拡張機能のCRXファイルをダウンロード

VideoMyJob拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The VideoMyJob Chrome Extension makes your team's VideoMyJob content easily accessible from your browser. Install the extension, log in and you can access your entire VideoMyJob video library at the touch of a button.

Use the VideoMyJob extension to add good looking video links to emails, then track who is watching your videos and for how long in the VideoMyJob dashboard. We currently support Gmail but any WYSIWYG editor is supported - give it a try anywhere!

If the website you're on requires a YouTube embed code or just a YouTube URL - we have you covered.

Finally, you can generate video landing page links on the fly using the VideoMyJob link button and then share them anywhere on the web.

Keep an eye out for updates and good luck bringing your jobs to life!                    

拡張機能の基本情報

名前 VideoMyJob VideoMyJob
ID alcmhblknafcfmbgimblcdfdlgdebfdj
公式URL https://chromewebstore.google.com/detail/videomyjob/alcmhblknafcfmbgimblcdfdlgdebfdj
説明 Tools for VideoMyJob.
ファイルサイズ 96.7 KB
インストール数 213
現在のバージョン 1.0.6
最終更新日 2022-09-21
公開日 2018-11-29
評価 5.00/5 合計 2 レビュー
開発者 https://videomyjob.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://videomyjob.com
プライバシーポリシーページのURL https://videomyjob.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VideoMyJob",
    "short_name": "VMJ",
    "description": "Tools for VideoMyJob.",
    "version": "1.0.6",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.2.1.min.js",
                "assets\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}