DataLink™ for TriCaster™

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

DataLink™ for TriCaster™ क्या है?

DataLink™ for TriCaster™ NewTek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows users to send selected text and image data from webpages to NewTek TriCaster."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DataLink™ for TriCaster™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}