OneLink Demo Tool

OneLink Demo Tool

Qu'est-ce que OneLink Demo Tool ?

OneLink Demo Tool est une extension Chrome développée par TransPerfect, et sa fonction principale est "OneLink Demo Tool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OneLink Demo Tool

Téléchargez les fichiers d'extension OneLink Demo Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        For OneLink demos and POCs by TransPerfect program managers.
Login with your OneLink User Key to access the TransPerfect OneLink web page translation capabilities and demonstrate instant web page translations into multiple languages.                    

Informations de Base sur l'Extension

Nom OneLink Demo Tool OneLink Demo Tool
ID legbplkahccgpcgdaojoobmgfjimahlj
URL Officiel https://chromewebstore.google.com/detail/onelink-demo-tool/legbplkahccgpcgdaojoobmgfjimahlj
Description OneLink Demo Tool
Taille du Fichier 69.7 KB
Nombre d'Installations 74
Version Actuelle 3.0.10
Dernière Mise à Jour 2023-12-21
Date de Publication 2020-06-24
Développeur TransPerfect
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.transperfect.com/about/data-privacy-client-tech-user
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneLink Demo Tool",
    "version": "3.0.10",
    "description": "OneLink Demo Tool",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "environments.js",
                "js\/moxie.min.js",
                "js\/injection.js"
            ]
        }
    ],
    "action": {
        "default_title": "OneLink Demo Tool",
        "default_popup": "main.html",
        "default_icon": "images\/ODT-fav.png"
    },
    "icons": {
        "48": "images\/ODT-48.png",
        "128": "images\/ODT-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/shadowdomlistener.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}