VideoMyJob

Tools for VideoMyJob.

ما هو VideoMyJob؟

VideoMyJob هو إضافة Chrome تم تطويرها بواسطة https://videomyjob.com، والميزة الرئيسية لها هي "Tools for VideoMyJob.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة VideoMyJob

قم بتنزيل ملفات الامتداد VideoMyJob بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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'"
}