Kompyte

Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.

Co to jest Kompyte?

Kompyte to rozszerzenie Chrome opracowane przez Kompyte, a jego główną funkcją jest „Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Kompyte

Pobierz pliki rozszerzeń Kompyte 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

                        Subject to permissions, users can use the extension for the following:

- To gather and curate insights directly into the Kompyte Knowledgebase 
- Add and categorize insights directly to competitor profiles and reports
- To access and provide feedback on Battle Cards and sales reports directly                    

Podstawowe informacje o rozszerzeniu

Nazwa Kompyte Kompyte
ID hipcdagfgcflgjegddpiggigjneloijj
Oficjalny URL https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj
Opis Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Rozmiar pliku 13.53 KB
Liczba instalacji 396
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2023-11-13
Data Publikacji 2020-04-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Kompyte
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.kompyte.com
Adres URL Strony Polityki Prywatności https://www.kompyte.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kompyte",
    "version": "2.0",
    "manifest_version": 3,
    "description": "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.",
    "homepage_url": "https:\/\/www.kompyte.com",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.kompyte.pro\/*",
            "*:\/\/*.kompyte.local\/*"
        ]
    },
    "action": {
        "default_title": "Kompyte"
    },
    "side_panel": {
        "default_path": "sidePanel\/side-panel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kompyte.pro\/*",
                "*:\/\/*.kompyte.local\/*"
            ],
            "js": [
                "scripts\/content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "",
        "https:\/\/rc.kompyte.pro\/*",
        "https:\/\/www.kompyte.pro\/*",
        "https:\/\/phi.kompyte.pro\/*"
    ],
    "permissions": [
        "sidePanel",
        "contextMenus",
        "scripting"
    ]
}