Traitly

Company-wide knowledge in one platform.

Traitly là gì?

Traitly là một tiện ích mở rộng Chrome được phát triển bởi https://www.traitly.com, và tính năng chính của nó là "Company-wide knowledge in one platform.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Traitly

Tải xuống các tệp mở rộng Traitly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The Traitly extension for Chrome enables you to take tribal knowledge wherever you go by searching knowledge silos and cards in Traitly. The extension supports multiple platforms, e.g., Zendesk, Help Scout and Salesforce. Traitly automatically processes support page information, e.g., tickets, to craft the most-relevant queries based on support queries. Stop switching between tabs. Search with context.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Traitly Traitly
ID chejkgdkkncmppilbnfkknpjjhcnhelb
URL Chính Thức https://chromewebstore.google.com/detail/traitly/chejkgdkkncmppilbnfkknpjjhcnhelb
Mô tả Company-wide knowledge in one platform.
Kích Thước Tệp 16.86 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 2.2.4
Cập Nhật Lần Cuối 2019-09-23
Ngày Phát Hành 2019-09-23
Nhà Phát Triển https://www.traitly.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://traitly.zendesk.com
URL Trang Chính Sách Bảo Mật https://search.traitly.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Traitly",
    "version": "2.2.4",
    "description": "Company-wide knowledge in one platform.",
    "permissions": [
        "",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "\/src\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "\/templates\/frame.html",
        "\/templates\/popupFrame.html"
    ],
    "browser_action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "\/css\/load.css",
                "\/css\/callToAction.css"
            ],
            "js": [
                "\/src\/scripts\/load.js",
                "\/src\/scripts\/callToAction.js"
            ]
        }
    ]
}