Assima Train

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

Assima Train란 무엇입니까?

Assima Train은(는) Assima에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension for users of Assima Train, used to deliver the full functionalities offered by the Assima platform."입니다.

확장 프로그램 스크린샷

screenshot

Assima Train 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Assima Train Assima Train
ID ioknjhjjcencfpdllmeoijbacekgbgdg
공식 URL https://chromewebstore.google.com/detail/assima-train/ioknjhjjcencfpdllmeoijbacekgbgdg
설명 Browser extension for users of Assima Train, used to deliver the full functionalities offered by the Assima platform.
파일 크기 66.55 KB
설치 횟수 822
현재 버전 1.0.3.32
최근 업데이트 2023-10-30
출시 날짜 2020-04-22
평점 5.00/5 총 2 개의 평점
개발자 Assima
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://assima.net/privacy-policy
지원되는 언어 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"
        }
    }
}