Waywire Publisher

Waywire.com Enterprise Publisher

Waywire Publisher란 무엇입니까?

Waywire Publisher은(는) https://enterprise.waywire.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Waywire.com Enterprise Publisher"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Waywire Publisher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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