DAS - Language Localizer

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

Cos'è DAS - Language Localizer?

DAS - Language Localizer è un'estensione di Chrome sviluppata da erpsim.baton, e la sua funzione principale è "This extension is designed to support translation of web-based platforms.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DAS - Language Localizer

Scarica i file di estensione DAS - Language Localizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DAS - Language Localizer DAS - Language Localizer
ID gfpcmomabagfmkjjipiefeiembppopia
URL Ufficiale https://chromewebstore.google.com/detail/das-language-localizer/gfpcmomabagfmkjjipiefeiembppopia
Descrizione This extension is designed to support translation of web-based platforms.
Dimensione del File 91.36 KB
Conteggio Installazioni 224
Versione Corrente 2110.3
Ultimo Aggiornamento 2021-10-16
Data di Pubblicazione 2020-06-25
Sviluppatore erpsim.baton
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}