Kompyte

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

Co je Kompyte?

Kompyte je rozšíření Chrome vyvinuté Kompyte, a jeho hlavní funkcí je „Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Kompyte

Stáhněte si soubory rozšíření Kompyte ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Kompyte Kompyte
ID hipcdagfgcflgjegddpiggigjneloijj
Oficiální URL https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj
Popis Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Velikost souboru 13.53 KB
Počet instalací 396
Aktuální Verze 2.0
Poslední Aktualizace 2023-11-13
Datum Vydání 2020-04-21
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Kompyte
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.kompyte.com
URL Stránky Zásad Ochrany Soukromí https://www.kompyte.com/privacy-policy
Podporované Jazyky 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"
    ]
}