DAS - Language Localizer

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

DAS - Language Localizer là gì?

DAS - Language Localizer là một tiện ích mở rộng Chrome được phát triển bởi erpsim.baton, và tính năng chính của nó là "This extension is designed to support translation of web-based platforms.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DAS - Language Localizer

Tải xuống các tệp mở rộng DAS - Language Localizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DAS - Language Localizer DAS - Language Localizer
ID gfpcmomabagfmkjjipiefeiembppopia
URL Chính Thức https://chromewebstore.google.com/detail/das-language-localizer/gfpcmomabagfmkjjipiefeiembppopia
Mô tả This extension is designed to support translation of web-based platforms.
Kích Thước Tệp 91.36 KB
Số Lần Cài Đặt 224
Phiên Bản Hiện Tại 2110.3
Cập Nhật Lần Cuối 2021-10-16
Ngày Phát Hành 2020-06-25
Nhà Phát Triển erpsim.baton
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}