VideoMyJob
Tools for VideoMyJob.
什么是VideoMyJob?
VideoMyJob是由https://videomyjob.com开发的Chrome扩展程序,该扩展的主要功能是“Tools for VideoMyJob.”。
扩展截图
下载VideoMyJob扩展crx文件
下载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!
扩展基本信息
名称 | |
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'" } |