DataLink™ for TriCaster™

Allows users to send selected text and image data from webpages to NewTek TriCaster.

DataLink™ for TriCaster™란 무엇입니까?

DataLink™ for TriCaster™은(는) NewTek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows users to send selected text and image data from webpages to NewTek TriCaster."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DataLink™ for TriCaster™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        DataLink™ Web allows you to easily populate both text and image DataLink keys from webpages. DataLink values are immediately available for use in TriCaster title pages, and elsewhere in TriCaster.

Simply select some text, or an image, and use the right-click context menu (or a hotkey) to update a DataLink key you have defined. Any title page using that key will immediately update.

Setup is easy, and permits you to select which TriCaster to communicate with, supply custom key names, and decide whether keys will hold image or text values.                    

확장 프로그램 기본 정보

이름 DataLink™ for TriCaster™ DataLink™ for TriCaster™
ID mjpehbafabejicbgnchgmhnleppcbgfi
공식 URL https://chromewebstore.google.com/detail/datalink-for-tricaster/mjpehbafabejicbgnchgmhnleppcbgfi
설명 Allows users to send selected text and image data from webpages to NewTek TriCaster.
파일 크기 394 KB
설치 횟수 4,764
현재 버전 0.1.0.8
최근 업데이트 2021-08-17
출시 날짜 2015-11-16
평점 4.86/5 총 22 개의 평점
개발자 NewTek
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DataLink\u2122 for TriCaster\u2122",
    "short_name": "DataLink\u2122 for TriCaster\u2122",
    "description": "Allows users to send selected text and image data from webpages to NewTek TriCaster.",
    "version": "0.1.0.8",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "login.html",
        "login.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ]
        }
    ],
    "commands": {
        "capture_page": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        }
    },
    "permissions": [
        "",
        "contextMenus"
    ]
}