VideoMyJob

Tools for VideoMyJob.

VideoMyJobคืออะไร?

VideoMyJob เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://videomyjob.com และคุณลักษณะหลักของมันคือ "Tools for VideoMyJob."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VideoMyJob

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}