DAS - Language Localizer
This extension is designed to support translation of web-based platforms.
DAS - Language Localizer क्या है?
DAS - Language Localizer erpsim.baton द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is designed to support translation of web-based platforms."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DAS - Language Localizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" ] } |