Kompyte

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

Wat is Kompyte?

Kompyte is een Chrome-extensie ontwikkeld door Kompyte, en de belangrijkste functie is "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kompyte

Download Kompyte-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Kompyte Kompyte
ID hipcdagfgcflgjegddpiggigjneloijj
Officiële URL https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj
Beschrijving Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Bestandsgrootte 13.53 KB
Aantal Installaties 396
Huidige Versie 2.0
Laatst Bijgewerkt 2023-11-13
Publicatiedatum 2020-04-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kompyte
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.kompyte.com
URL van de Privacybeleid Pagina https://www.kompyte.com/privacy-policy
Ondersteunde Talen 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"
    ]
}