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:\/\/*\/*" ] } ] } |