OneLink Demo Tool
OneLink Demo Tool
OneLink Demo Tool란 무엇입니까?
OneLink Demo Tool은(는) TransPerfect에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OneLink Demo Tool"입니다.
확장 프로그램 스크린샷
OneLink Demo Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |