Kompyte
Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
Cos'è Kompyte?
Kompyte è un'estensione di Chrome sviluppata da Kompyte, e la sua funzione principale è "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kompyte
Scarica i file di estensione Kompyte in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hipcdagfgcflgjegddpiggigjneloijj |
URL Ufficiale | https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj |
Descrizione | Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time. |
Dimensione del File | 13.53 KB |
Conteggio Installazioni | 396 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2023-11-13 |
Data di Pubblicazione | 2020-04-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Kompyte |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.kompyte.com |
URL della Pagina della Politica sulla Privacy | https://www.kompyte.com/privacy-policy |
Lingue Supportate | 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": [ " |