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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Trainual Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
    }
}