VideoMyJob

Tools for VideoMyJob.

VideoMyJob क्या है?

VideoMyJob https://videomyjob.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tools for VideoMyJob."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VideoMyJob एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}