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.

Apa itu Trainual Chrome Extension?

Trainual Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh Trainual, dan fitur utamanya adalah "Allows you to connect to your Trainual account. It includes the ability to search and view Trainual content directly on any webpage.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Trainual Chrome Extension

Unduh file ekstensi Trainual Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Trainual Chrome Extension Trainual Chrome Extension
ID enmjblnhlnoiimebechaigklkjnjedhd
URL Resmi https://chromewebstore.google.com/detail/trainual-chrome-extension/enmjblnhlnoiimebechaigklkjnjedhd
Deskripsi Allows you to connect to your Trainual account. It includes the ability to search and view Trainual content directly on any webpage.
Ukuran File 283 KB
Jumlah Instalasi 3,521
Versi Saat Ini 1.7.6.7
Terakhir Diperbarui 2024-02-01
Tanggal Publikasi 2020-06-23
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Trainual
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://trainual.com
URL Halaman Bantuan https://help.trainual.com/en/articles/2986175-trainual-chrome-extension
URL Halaman Kebijakan Privasi https://trainual.com/privacy
Bahasa yang Didukung 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'"
    }
}