GlobalLink NOW

GlobalLink NOW Instant Translations

什麼是GlobalLink NOW?

GlobalLink NOW是由TransPerfect開發的Chrome擴展程式,該擴展的主要功能是“GlobalLink NOW Instant Translations”。

擴展截圖

screenshot

下載GlobalLink NOW擴展crx文件

下載GlobalLink NOW擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Your organization’s content needs are ever increasing. Now, it’s more important than ever to have an easy-to-use solution for delivering global content in real time. GlobalLink NOW allows you to communicate in different languages around the world, in just a few clicks. Whether you’re triaging support tickets or communicating with clients across borders, GlobalLink NOW enables you to reach farther than ever.
Please note that GlobalLink NOW requires a paid subscription from TransPerfect or Translations.com to activate Machine Translation functionality.  If you are interested in speaking with a TransPerfect or Translations.com representative about what subscription options are available to create your app login, please contact us directly at [email protected].                    

擴展基本資訊

名稱 GlobalLink NOW GlobalLink NOW
ID ifedhhifnpeienmijpikiecfemepleeg
官方網址 https://chromewebstore.google.com/detail/globallink-now/ifedhhifnpeienmijpikiecfemepleeg
簡介 GlobalLink NOW Instant Translations
檔案大小 188 KB
安裝次數 1,359
目前版本 2.4.0
更新時間 2024-02-22
上架時間 2020-07-02
評分 3.67/5 共 3 次評分
開發者 TransPerfect
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.transperfect.com/about/data-privacy-client-tech-user
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GlobalLink NOW",
    "version": "2.4.0",
    "description": "GlobalLink NOW Instant Translations",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "identity",
        "scripting",
        "alarms"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/api.onelink-preview.com\/*",
            "https:\/\/api.onelink-preview.com\/*",
            "http:\/\/rc.onelink-edge.com\/*",
            "https:\/\/rc.onelink-edge.com\/*",
            "http:\/\/www.onelink-edge.com\/*",
            "https:\/\/www.onelink-edge.com\/*",
            "http:\/\/localhost\/*",
            "https:\/\/localhost\/*"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "environments.js",
                "js\/glnow.min.js",
                "js\/injection.js"
            ]
        }
    ],
    "action": {
        "default_title": "GlobalLink NOW",
        "default_popup": "main.html",
        "default_icon": "images\/GLNOW-fav.png"
    },
    "icons": {
        "48": "images\/GLNOW-48.png",
        "128": "images\/GLNOW-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/shadowdomlistener.js",
                "images\/close.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}