DataLink™ for TriCaster™

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

What is DataLink™ for TriCaster™?

DataLink™ for TriCaster™ is a Chrome extension developed by NewTek, and its main feature is "Allows users to send selected text and image data from webpages to NewTek TriCaster.".

Extension Screenshots

screenshot
screenshot

Download DataLink™ for TriCaster™ Extension CRX File

Download DataLink™ for TriCaster™ 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

                        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.                    

Extension Basic Information

Name DataLink™ for TriCaster™ DataLink™ for TriCaster™
ID mjpehbafabejicbgnchgmhnleppcbgfi
Official URL https://chromewebstore.google.com/detail/datalink-for-tricaster/mjpehbafabejicbgnchgmhnleppcbgfi
Description Allows users to send selected text and image data from webpages to NewTek TriCaster.
File Size 394 KB
Installation Count 4,764
Current Version 0.1.0.8
Last Updated 2021-08-17
Publish Date 2015-11-16
Rating 4.86/5 Total 22 Ratings
Developer NewTek
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}