GlobalLink Snapshot

GlobalLink Snapshot for Web Pages

Qu'est-ce que GlobalLink Snapshot ?

GlobalLink Snapshot est une extension Chrome développée par TransPerfect, et sa fonction principale est "GlobalLink Snapshot for Web Pages".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GlobalLink Snapshot

Téléchargez les fichiers d'extension GlobalLink Snapshot 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 GlobalLink Users with OneLink accounts.
Login with your User Key from your OneLink account.
Take snapshots of your web pages that are part of your OneLink Project origin.                    

Informations de Base sur l'Extension

Nom GlobalLink Snapshot GlobalLink Snapshot
ID lhmjhaaccihmkogdabeldmipjhecldlm
URL Officiel https://chrome.google.com/webstore/detail/globallink-snapshot/lhmjhaaccihmkogdabeldmipjhecldlm
Description GlobalLink Snapshot for Web Pages
Taille du Fichier 75.26 KB
Nombre d'Installations 25
Version Actuelle 2.3.10
Dernière Mise à Jour 2021-03-29
Date de Publication 2020-03-17
Développeur TransPerfect
Email [email protected]
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": "GlobalLink Snapshot",
    "version": "2.3.10",
    "description": "GlobalLink Snapshot for Web Pages",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/dev.onelink-preview.com\/*",
            "https:\/\/dev.onelink-preview.com\/*",
            "http:\/\/api.onelink-preview.com\/*",
            "https:\/\/api.onelink-preview.com\/*",
            "http:\/\/rc.onelink-translations.com\/*",
            "https:\/\/rc.onelink-translations.com\/*",
            "http:\/\/api.onelink-translations.com\/*",
            "https:\/\/api.onelink-translations.com\/*",
            "http:\/\/localhost\/*",
            "https:\/\/localhost\/*"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/glss.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "GlobalLink Snapshot",
        "default_popup": "main.html",
        "default_icon": "images\/GLSS-fav.png"
    },
    "icons": {
        "48": "images\/GLSS-48.png",
        "128": "images\/GLSS-128.png"
    },
    "manifest_version": 2
}