DAS - Language Localizer
This extension is designed to support translation of web-based platforms.
Co je DAS - Language Localizer?
DAS - Language Localizer je rozšíření Chrome vyvinuté erpsim.baton, a jeho hlavní funkcí je „This extension is designed to support translation of web-based platforms.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DAS - Language Localizer
Stáhněte si soubory rozšíření DAS - Language Localizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | DAS - Language Localizer |
ID | gfpcmomabagfmkjjipiefeiembppopia |
Oficiální URL | https://chromewebstore.google.com/detail/das-language-localizer/gfpcmomabagfmkjjipiefeiembppopia |
Popis | This extension is designed to support translation of web-based platforms. |
Velikost souboru | 91.36 KB |
Počet instalací | 224 |
Aktuální Verze | 2110.3 |
Poslední Aktualizace | 2021-10-16 |
Datum Vydání | 2020-06-25 |
Vývojář | erpsim.baton |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |