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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension for users of Assima Train, used to deliver the full functionalities offered by the Assima platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Assima Train एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}