Kompyte

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

Qu'est-ce que Kompyte ?

Kompyte est une extension Chrome développée par Kompyte, et sa fonction principale est "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Kompyte

Téléchargez les fichiers d'extension Kompyte au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Kompyte Kompyte
ID hipcdagfgcflgjegddpiggigjneloijj
URL Officiel https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj
Description Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Taille du Fichier 13.53 KB
Nombre d'Installations 396
Version Actuelle 2.0
Dernière Mise à Jour 2023-11-13
Date de Publication 2020-04-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur Kompyte
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.kompyte.com
URL de la Page de Politique de Confidentialité https://www.kompyte.com/privacy-policy
Langues Prises en Charge 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"
    ]
}