DAS - Language Localizer

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

DAS - Language Localizer란 무엇입니까?

DAS - Language Localizer은(는) erpsim.baton에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is designed to support translation of web-based platforms."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DAS - Language Localizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}