OneLink Demo Tool
OneLink Demo Tool
Что такое OneLink Demo Tool?
OneLink Demo Tool - это расширение Chrome, разработанное TransPerfect, и его основная функция - "OneLink Demo Tool".
Снимки экрана расширения
Скачать файл CRX расширения OneLink Demo Tool
Скачайте файлы расширений OneLink Demo Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | OneLink Demo Tool |
ID | legbplkahccgpcgdaojoobmgfjimahlj |
Официальный URL | https://chromewebstore.google.com/detail/onelink-demo-tool/legbplkahccgpcgdaojoobmgfjimahlj |
Описание | OneLink Demo Tool |
Размер файла | 69.7 KB |
Количество установок | 74 |
Текущая Версия | 3.0.10 |
Последнее Обновление | 2023-12-21 |
Дата публикации | 2020-06-24 |
Разработчик | TransPerfect |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.transperfect.com/about/data-privacy-client-tech-user |
Поддерживаемые языки | 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 } |