Waywire Publisher
Waywire.com Enterprise Publisher
Cos'è Waywire Publisher?
Waywire Publisher è un'estensione di Chrome sviluppata da https://enterprise.waywire.com, e la sua funzione principale è "Waywire.com Enterprise Publisher".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Waywire Publisher
Scarica i file di estensione Waywire Publisher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Waywire Publisher |
ID | jbbhehomlifolnchojcdhojfldjafnpi |
URL Ufficiale | https://chromewebstore.google.com/detail/waywire-publisher/jbbhehomlifolnchojcdhojfldjafnpi |
Descrizione | Waywire.com Enterprise Publisher |
Dimensione del File | 44.01 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 0.1.0.0 |
Ultimo Aggiornamento | 2016-01-25 |
Data di Pubblicazione | 2016-01-25 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://enterprise.waywire.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://enterprise.waywire.com |
URL della Pagina di Aiuto | http://enterprise.waywire.com/support/ |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |