Trainual Chrome Extension

Allows you to connect to your Trainual account. It includes the ability to search and view Trainual content directly on any webpage.

Trainual Chrome Extension क्या है?

Trainual Chrome Extension Trainual द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to connect to your Trainual account. It includes the ability to search and view Trainual content directly on any webpage."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Trainual Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With the Trainual Chrome extension, you can reference helpful training content right on your web browser with automatic context slideouts. Plus, quickly search through all Trainual content and jump back into training right where you left off.

Join thousands of small businesses to level up the way you: onboard and train, document and delegate, systemize and scale. With Trainual, it’s easier than ever to train new hires twice as fast, hold your team accountable for following policies and processes, and keep everyone up to speed as your org grows and changes.                    

एक्सटेंशन की मूल जानकारी

नाम Trainual Chrome Extension Trainual Chrome Extension
ID enmjblnhlnoiimebechaigklkjnjedhd
आधिकारिक URL https://chromewebstore.google.com/detail/trainual-chrome-extension/enmjblnhlnoiimebechaigklkjnjedhd
विवरण Allows you to connect to your Trainual account. It includes the ability to search and view Trainual content directly on any webpage.
फ़ाइल का आकार 283 KB
स्थापना संख्या 3,521
वर्तमान संस्करण 1.7.6.7
अंतिम अपडेट 2024-02-01
प्रकाशन तिथि 2020-06-23
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Trainual
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://trainual.com
सहायता पृष्ठ URL https://help.trainual.com/en/articles/2986175-trainual-chrome-extension
गोपनीयता नीति पृष्ठ URL https://trainual.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trainual Chrome Extension",
    "description": "Allows you to connect to your Trainual account. It includes the ability to search and view Trainual content directly on any webpage.",
    "version": "1.7.6.7",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icons\/icon-16.png",
            "48": "images\/icons\/icon-48.png",
            "128": "images\/icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery-2.0.3.min.js",
                "libs\/tiptap-bundle.min.js",
                "libs\/emojies-bundle.min.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "scripting",
        "alarms",
        "cookies",
        "*:\/\/app.trainual-dev.com\/*",
        "*:\/\/.app.trainual-dev.com\/*",
        "*:\/\/app.trainual.com\/*",
        "*:\/\/.app.trainual.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}