Traitly

Company-wide knowledge in one platform.

What is Traitly?

Traitly is a Chrome extension developed by https://www.traitly.com, and its main feature is "Company-wide knowledge in one platform.".

Extension Screenshots

screenshot
screenshot

Download Traitly Extension CRX File

Download Traitly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Traitly Traitly
ID chejkgdkkncmppilbnfkknpjjhcnhelb
Official URL https://chromewebstore.google.com/detail/traitly/chejkgdkkncmppilbnfkknpjjhcnhelb
Description Company-wide knowledge in one platform.
File Size 16.86 KB
Installation Count 16
Current Version 2.2.4
Last Updated 2019-09-23
Publish Date 2019-09-23
Developer https://www.traitly.com
Email [email protected]
Payment Type free
Help Page URL https://traitly.zendesk.com
Privacy Policy Page URL https://search.traitly.com/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}