VideoMyJob
Tools for VideoMyJob.
Was ist VideoMyJob?
VideoMyJob ist eine Chrome-Erweiterung, die von https://videomyjob.com entwickelt wurde, und ihr Hauptmerkmal ist "Tools for VideoMyJob.".
Erweiterungsscreenshots
VideoMyJob-Erweiterungs-CRX-Datei herunterladen
Laden Sie VideoMyJob-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | alcmhblknafcfmbgimblcdfdlgdebfdj |
Offizielle URL | https://chromewebstore.google.com/detail/videomyjob/alcmhblknafcfmbgimblcdfdlgdebfdj |
Beschreibung | Tools for VideoMyJob. |
Dateigröße | 96.7 KB |
Installationsanzahl | 213 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2022-09-21 |
Veröffentlichungsdatum | 2018-11-29 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://videomyjob.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://videomyjob.com |
URL der Datenschutzrichtlinien-Seite | https://videomyjob.com/privacy-policy |
Unterstützte Sprachen | 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'" } |