Kompyte

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

¿Qué es Kompyte?

Kompyte es una extensión de Chrome desarrollada por Kompyte, y su función principal es "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Kompyte

Descarga archivos de extensión Kompyte en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Kompyte Kompyte
ID hipcdagfgcflgjegddpiggigjneloijj
URL Oficial https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj
Descripción Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Tamaño del Archivo 13.53 KB
Cantidad de Instalaciones 396
Versión Actual 2.0
Última Actualización 2023-11-13
Fecha de Publicación 2020-04-21
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Kompyte
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.kompyte.com
URL de la Página de Política de Privacidad https://www.kompyte.com/privacy-policy
Idiomas Soportados 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"
    ]
}