Kompyte

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

Vad är Kompyte?

Kompyte är en Chrome-tillägg utvecklad av Kompyte, och dess huvudfunktion är "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Kompyte-förlängningens CRX-fil

Ladda ner Kompyte-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Kompyte Kompyte
ID hipcdagfgcflgjegddpiggigjneloijj
Officiell webbadress https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj
Beskrivning Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Filstorlek 13.53 KB
Antal Installationer 396
Aktuell Version 2.0
Senast Uppdaterad 2023-11-13
Publiceringsdatum 2020-04-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Kompyte
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.kompyte.com
URL till Sekretesspolicy Sidan https://www.kompyte.com/privacy-policy
Stödda Språk 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"
    ]
}