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によって開発されたChromeの拡張機能で、その主な機能は「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

Trainual Chrome Extension拡張機能のCRXファイルをダウンロード

Trainual Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
    }
}