Assima Train

Browser extension for users of Assima Train, used to deliver the full functionalities offered by the Assima platform.

Assima Train là gì?

Assima Train là một tiện ích mở rộng Chrome được phát triển bởi Assima, và tính năng chính của nó là "Browser extension for users of Assima Train, used to deliver the full functionalities offered by the Assima platform.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Assima Train

Tải xuống các tệp mở rộng Assima Train 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

                        The Train browser extension enables the support of the Assima simulation cloning on Google Chrome.

Assima Train delivers application simulation creation capabilities. The Assima Train browser extension brings the Train technology on Chrome browser for existing Assima users.

Note: This is not a standalone extension, it requires access to an Assima server.                    

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

Tên Assima Train Assima Train
ID ioknjhjjcencfpdllmeoijbacekgbgdg
URL Chính Thức https://chromewebstore.google.com/detail/assima-train/ioknjhjjcencfpdllmeoijbacekgbgdg
Mô tả Browser extension for users of Assima Train, used to deliver the full functionalities offered by the Assima platform.
Kích Thước Tệp 66.55 KB
Số Lần Cài Đặt 822
Phiên Bản Hiện Tại 1.0.3.32
Cập Nhật Lần Cuối 2023-10-30
Ngày Phát Hành 2020-04-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Assima
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://assima.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Assima Train",
    "version": "1.0.3.32",
    "description": "Browser extension for users of Assima Train, used to deliver the full functionalities offered by the Assima platform.",
    "icons": {
        "16": "images\/icon16.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Assima Inc.",
    "background": {
        "scripts": [
            "external\/jquery-3.3.1.min.js",
            "common\/assima.common.main.js",
            "common\/assima.common.debug.js",
            "common\/assima.common.browser.js",
            "common\/assima.common.events.js",
            "common\/assima.constants.js",
            "common\/assima.common.logging.js",
            "common\/assima.utils.js",
            "common\/assima.runtime.js",
            "common\/assima.common.webSockets.js",
            "grabber\/assima.grabber.constants.js",
            "grabber\/assima.grabber.background.tabs.js",
            "grabber\/assima.grabber.background.runner.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}