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.
擴展基本資訊
名稱 | DAS - Language Localizer |
ID | gfpcmomabagfmkjjipiefeiembppopia |
官方網址 | 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" ] } |