Waywire Publisher

Waywire.com Enterprise Publisher

Co to jest Waywire Publisher?

Waywire Publisher to rozszerzenie Chrome opracowane przez https://enterprise.waywire.com, a jego główną funkcją jest „Waywire.com Enterprise Publisher”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Waywire Publisher

Pobierz pliki rozszerzeń Waywire Publisher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Waywire Publisher Waywire Publisher
ID jbbhehomlifolnchojcdhojfldjafnpi
Oficjalny URL https://chromewebstore.google.com/detail/waywire-publisher/jbbhehomlifolnchojcdhojfldjafnpi
Opis Waywire.com Enterprise Publisher
Rozmiar pliku 44.01 KB
Liczba instalacji 13
Aktualna Wersja 0.1.0.0
Ostatnia Aktualizacja 2016-01-25
Data Publikacji 2016-01-25
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://enterprise.waywire.com
Typ Płatności free
Strona Rozszerzenia http://enterprise.waywire.com
Adres URL Strony Pomocy http://enterprise.waywire.com/support/
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}