Kompyte
Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Was ist Kompyte?
Kompyte ist eine Chrome-Erweiterung, die von Kompyte entwickelt wurde, und ihr Hauptmerkmal ist "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".
Erweiterungsscreenshots
Kompyte-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kompyte-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hipcdagfgcflgjegddpiggigjneloijj |
Offizielle URL | https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj |
Beschreibung | Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time. |
Dateigröße | 13.53 KB |
Installationsanzahl | 396 |
Aktuelle Version | 2.0 |
Letztes Update | 2023-11-13 |
Veröffentlichungsdatum | 2020-04-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Kompyte |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.kompyte.com |
URL der Datenschutzrichtlinien-Seite | https://www.kompyte.com/privacy-policy |
Unterstützte Sprachen | 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": [ " |