OneLink Demo Tool
OneLink Demo Tool
Wat is OneLink Demo Tool?
OneLink Demo Tool is een Chrome-extensie ontwikkeld door TransPerfect, en de belangrijkste functie is "OneLink Demo Tool".
Extensie Screenshots
Download het CRX-bestand van de extensie OneLink Demo Tool
Download OneLink Demo Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | OneLink Demo Tool |
ID | legbplkahccgpcgdaojoobmgfjimahlj |
Officiële URL | https://chromewebstore.google.com/detail/onelink-demo-tool/legbplkahccgpcgdaojoobmgfjimahlj |
Beschrijving | OneLink Demo Tool |
Bestandsgrootte | 69.7 KB |
Aantal Installaties | 74 |
Huidige Versie | 3.0.10 |
Laatst Bijgewerkt | 2023-12-21 |
Publicatiedatum | 2020-06-24 |
Ontwikkelaar | TransPerfect |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.transperfect.com/about/data-privacy-client-tech-user |
Ondersteunde Talen | 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 } |