DAS - Language Localizer
This extension is designed to support translation of web-based platforms.
什么是DAS - Language Localizer?
DAS - Language Localizer是由erpsim.baton开发的Chrome扩展程序,该扩展的主要功能是“This extension is designed to support translation of web-based platforms.”。
扩展截图
下载DAS - Language Localizer扩展crx文件
下载DAS - Language Localizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is designed to be used with Baton Simulations's Digital Adoption Solution (DAS) for SAP Ariba.
FEATURES
-Translation: On-the-fly translation for an international audience. 扩展基本信息
| 名称 | |
| ID | gfpcmomabagfmkjjipiefeiembppopia |
| 官方URL | https://chromewebstore.google.com/detail/das-language-localizer/gfpcmomabagfmkjjipiefeiembppopia |
| 简介 | This extension is designed to support translation of web-based platforms. |
| 文件大小 | 91.36 KB |
| 安装次数 | 224 |
| 当前版本 | 2110.3 |
| 更新时间 | 2021-10-16 |
| 上架时间 | 2020-06-25 |
| 开发者 | erpsim.baton |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DAS - Language Localizer",
"author": "Baton Simulations Inc.",
"version": "2110.3",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This extension is designed to support translation of web-based platforms.",
"homepage_url": "http:\/\/www.batonsimulations.com",
"background": {
"scripts": [
"background-script.js"
]
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_start",
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"icons": {
"48": "baton.png"
},
"browser_action": {
"default_icon": "DAS_Logo_Triangle.png",
"default_title": "Digital Acceleration Solution - Language Localizer"
},
"permissions": [
"activeTab",
"webRequest",
"webRequestBlocking",
"storage",
"*:\/\/*.ariba.com\/",
"*:\/\/*.netsuite.com\/",
"*:\/\/*.cfapps.sap.hana.ondemand.com\/",
"*:\/\/*.rsa.global\/",
"*:\/\/*.batonsimulations.com\/",
"*:\/\/*\/otcs\/cs.exe\/"
],
"web_accessible_resources": [
"baton.png"
]
} | |