Traitly

Company-wide knowledge in one platform.

Co to jest Traitly?

Traitly to rozszerzenie Chrome opracowane przez https://www.traitly.com, a jego główną funkcją jest „Company-wide knowledge in one platform.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Traitly

Pobierz pliki rozszerzeń Traitly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Traitly Traitly
ID chejkgdkkncmppilbnfkknpjjhcnhelb
Oficjalny URL https://chromewebstore.google.com/detail/traitly/chejkgdkkncmppilbnfkknpjjhcnhelb
Opis Company-wide knowledge in one platform.
Rozmiar pliku 16.86 KB
Liczba instalacji 16
Aktualna Wersja 2.2.4
Ostatnia Aktualizacja 2019-09-23
Data Publikacji 2019-09-23
Deweloper https://www.traitly.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://traitly.zendesk.com
Adres URL Strony Polityki Prywatności https://search.traitly.com/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}