Traitly

Company-wide knowledge in one platform.

Traitlyคืออะไร?

Traitly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.traitly.com และคุณลักษณะหลักของมันคือ "Company-wide knowledge in one platform."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Traitly

ดาวน์โหลดไฟล์ส่วนขยาย Traitly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Traitly Traitly
ID chejkgdkkncmppilbnfkknpjjhcnhelb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/traitly/chejkgdkkncmppilbnfkknpjjhcnhelb
คำอธิบาย Company-wide knowledge in one platform.
ขนาดไฟล์ 16.86 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 2.2.4
อัปเดตครั้งล่าสุด 2019-09-23
วันที่เผยแพร่ 2019-09-23
ผู้พัฒนา https://www.traitly.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://traitly.zendesk.com
URL หน้านโยบายความเป็นส่วนตัว https://search.traitly.com/privacy-policy
ภาษาที่รองรับ 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"
            ]
        }
    ]
}