Waywire Publisher

Waywire.com Enterprise Publisher

What is Waywire Publisher?

Waywire Publisher is a Chrome extension developed by https://enterprise.waywire.com, and its main feature is "Waywire.com Enterprise Publisher".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Waywire Publisher Extension CRX File

Download Waywire Publisher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Waywire Publisher Waywire Publisher
ID jbbhehomlifolnchojcdhojfldjafnpi
Official URL https://chromewebstore.google.com/detail/waywire-publisher/jbbhehomlifolnchojcdhojfldjafnpi
Description Waywire.com Enterprise Publisher
File Size 44.01 KB
Installation Count 13
Current Version 0.1.0.0
Last Updated 2016-01-25
Publish Date 2016-01-25
Rating 5.00/5 Total 4 Ratings
Developer https://enterprise.waywire.com
Payment Type free
Extension Website http://enterprise.waywire.com
Help Page URL http://enterprise.waywire.com/support/
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}