VideoMyJob

Tools for VideoMyJob.

VideoMyJob란 무엇입니까?

VideoMyJob은(는) https://videomyjob.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tools for VideoMyJob."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

VideoMyJob 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}