DAS - Language Localizer

This extension is designed to support translation of web-based platforms.

What is DAS - Language Localizer?

DAS - Language Localizer is a Chrome extension developed by erpsim.baton, and its main feature is "This extension is designed to support translation of web-based platforms.".

Extension Screenshots

screenshot
screenshot

Download DAS - Language Localizer Extension CRX File

Download DAS - Language Localizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DAS - Language Localizer DAS - Language Localizer
ID gfpcmomabagfmkjjipiefeiembppopia
Official URL https://chromewebstore.google.com/detail/das-language-localizer/gfpcmomabagfmkjjipiefeiembppopia
Description This extension is designed to support translation of web-based platforms.
File Size 91.36 KB
Installation Count 224
Current Version 2110.3
Last Updated 2021-10-16
Publish Date 2020-06-25
Developer erpsim.baton
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}