Kompyte

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

What is Kompyte?

Kompyte is a Chrome extension developed by Kompyte, and its main feature is "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".

Extension Screenshots

screenshot
screenshot

Download Kompyte Extension CRX File

Download Kompyte extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Kompyte Kompyte
ID hipcdagfgcflgjegddpiggigjneloijj
Official URL 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.
File Size 13.53 KB
Installation Count 396
Current Version 2.0
Last Updated 2023-11-13
Publish Date 2020-04-21
Rating 5.00/5 Total 1 Ratings
Developer Kompyte
Email [email protected]
Payment Type free
Extension Website https://www.kompyte.com
Privacy Policy Page URL https://www.kompyte.com/privacy-policy
Supported Languages 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"
    ]
}