Assima Train

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

Hvad er Assima Train?

Assima Train er en Chrome-udvidelse udviklet af Assima, og dens hovedfunktion er "Browser extension for users of Assima Train, used to deliver the full functionalities offered by the Assima platform.".

Udvidelsesskærmbilleder

screenshot

Download Assima Train-udvidelses-CRX-fil

Download Assima Train-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Assima Train Assima Train
ID ioknjhjjcencfpdllmeoijbacekgbgdg
Officiel URL https://chromewebstore.google.com/detail/assima-train/ioknjhjjcencfpdllmeoijbacekgbgdg
Beskrivelse Browser extension for users of Assima Train, used to deliver the full functionalities offered by the Assima platform.
Filstørrelse 66.55 KB
Antal Installationer 822
Nuværende Version 1.0.3.32
Senest Opdateret 2023-10-30
Udgivelsesdato 2020-04-22
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Assima
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://assima.net/privacy-policy
Understøttede Sprog 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"
        }
    }
}