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文件

下载DataLink™ for TriCaster™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}