Waywire Publisher
Waywire.com Enterprise Publisher
O que é Waywire Publisher?
Waywire Publisher é uma extensão do Chrome desenvolvida por https://enterprise.waywire.com, e sua principal característica é "Waywire.com Enterprise Publisher".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Waywire Publisher
Baixe arquivos de extensão Waywire Publisher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Waywire Publisher |
ID | jbbhehomlifolnchojcdhojfldjafnpi |
URL Oficial | https://chromewebstore.google.com/detail/waywire-publisher/jbbhehomlifolnchojcdhojfldjafnpi |
Descrição | Waywire.com Enterprise Publisher |
Tamanho do Arquivo | 44.01 KB |
Contagem de Instalações | 13 |
Versão Atual | 0.1.0.0 |
Última Atualização | 2016-01-25 |
Data de Publicação | 2016-01-25 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://enterprise.waywire.com |
Tipo de Pagamento | free |
Site da Extensão | http://enterprise.waywire.com |
URL da Página de Ajuda | http://enterprise.waywire.com/support/ |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |