Waywire Publisher
Waywire.com Enterprise Publisher
什么是Waywire Publisher?
Waywire Publisher是由https://enterprise.waywire.com开发的Chrome扩展程序,该扩展的主要功能是“Waywire.com Enterprise Publisher”。
扩展截图
下载Waywire Publisher扩展crx文件
下载Waywire Publisher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Waywire Publisher Chrome Extension is a free service for Waywire Enterprise customers. Waywire's video curation functionality is consolidated into one neat, easy-to-access pop-out window, enabling you to search for videos without leaving the webpage you are visiting. You can add content to your library and quickly retrieve embed codes with just the click of a button.
扩展基本信息
名称 | Waywire Publisher |
ID | jbbhehomlifolnchojcdhojfldjafnpi |
官方URL | https://chromewebstore.google.com/detail/waywire-publisher/jbbhehomlifolnchojcdhojfldjafnpi |
简介 | Waywire.com Enterprise Publisher |
文件大小 | 44.01 KB |
安装次数 | 13 |
当前版本 | 0.1.0.0 |
更新时间 | 2016-01-25 |
上架时间 | 2016-01-25 |
评分 | 5.00/5 共4次评分 |
开发者 | https://enterprise.waywire.com |
付费类型 | free |
扩展官网 | http://enterprise.waywire.com |
帮助页面URL | http://enterprise.waywire.com/support/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Waywire Publisher", "version": "0.1.0.0", "description": "Waywire.com Enterprise Publisher", "icons": { "16": "src\/img\/waywire_logo_symbol_16.png", "48": "src\/img\/waywire_logo_symbol_48.png", "128": "src\/img\/waywire_logo_symbol_128.png" }, "browser_action": { "default_title": "Waywire Publisher", "default_icon": "src\/img\/waywire_logo_symbol_128.png" }, "background": { "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "js": [ "src\/jquery-2.1.4.min.js", "src\/configure.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |