Kompyte
Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Hvad er Kompyte?
Kompyte er en Chrome-udvidelse udviklet af Kompyte, og dens hovedfunktion er "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".
Udvidelsesskærmbilleder
Download Kompyte-udvidelses-CRX-fil
Download Kompyte-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | hipcdagfgcflgjegddpiggigjneloijj |
Officiel URL | https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj |
Beskrivelse | Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time. |
Filstørrelse | 13.53 KB |
Antal Installationer | 396 |
Nuværende Version | 2.0 |
Senest Opdateret | 2023-11-13 |
Udgivelsesdato | 2020-04-21 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Kompyte |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.kompyte.com |
URL til Fortrolighedspolitik Side | https://www.kompyte.com/privacy-policy |
Understøttede Sprog | 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": [ " |