GlobalLink NOW
GlobalLink NOW Instant Translations
Was ist GlobalLink NOW?
GlobalLink NOW ist eine Chrome-Erweiterung, die von TransPerfect entwickelt wurde, und ihr Hauptmerkmal ist "GlobalLink NOW Instant Translations".
Erweiterungsscreenshots
GlobalLink NOW-Erweiterungs-CRX-Datei herunterladen
Laden Sie GlobalLink NOW-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
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]. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ifedhhifnpeienmijpikiecfemepleeg |
| Offizielle URL | https://chromewebstore.google.com/detail/globallink-now/ifedhhifnpeienmijpikiecfemepleeg |
| Beschreibung | GlobalLink NOW Instant Translations |
| Dateigröße | 188 KB |
| Installationsanzahl | 1,359 |
| Aktuelle Version | 2.4.0 |
| Letztes Update | 2024-02-22 |
| Veröffentlichungsdatum | 2020-07-02 |
| Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
| Entwickler | TransPerfect |
| [email protected] | |
| Zahlungsart | free |
| 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 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
} | |