DAS - Language Localizer

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

Wat is DAS - Language Localizer?

DAS - Language Localizer is een Chrome-extensie ontwikkeld door erpsim.baton, en de belangrijkste functie is "This extension is designed to support translation of web-based platforms.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie DAS - Language Localizer

Download DAS - Language Localizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DAS - Language Localizer DAS - Language Localizer
ID gfpcmomabagfmkjjipiefeiembppopia
Officiële URL https://chromewebstore.google.com/detail/das-language-localizer/gfpcmomabagfmkjjipiefeiembppopia
Beschrijving This extension is designed to support translation of web-based platforms.
Bestandsgrootte 91.36 KB
Aantal Installaties 224
Huidige Versie 2110.3
Laatst Bijgewerkt 2021-10-16
Publicatiedatum 2020-06-25
Ontwikkelaar erpsim.baton
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}