GlobalLink Snapshot

GlobalLink Snapshot for Web Pages

Was ist GlobalLink Snapshot?

GlobalLink Snapshot ist eine Chrome-Erweiterung, die von TransPerfect entwickelt wurde, und ihr Hauptmerkmal ist "GlobalLink Snapshot for Web Pages".

Erweiterungsscreenshots

screenshot

GlobalLink Snapshot-Erweiterungs-CRX-Datei herunterladen

Laden Sie GlobalLink Snapshot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GlobalLink Snapshot GlobalLink Snapshot
ID lhmjhaaccihmkogdabeldmipjhecldlm
Offizielle URL https://chrome.google.com/webstore/detail/globallink-snapshot/lhmjhaaccihmkogdabeldmipjhecldlm
Beschreibung GlobalLink Snapshot for Web Pages
Dateigröße 75.26 KB
Installationsanzahl 25
Aktuelle Version 2.3.10
Letztes Update 2021-03-29
Veröffentlichungsdatum 2020-03-17
Entwickler TransPerfect
E-Mail [email protected]
URL der Datenschutzrichtlinien-Seite https://www.transperfect.com/about/data-privacy-client-tech-user
Unterstützte Sprachen 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
}