Kompyte
Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.
O que é Kompyte?
Kompyte é uma extensão do Chrome desenvolvida por Kompyte, e sua principal característica é "Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kompyte
Baixe arquivos de extensão Kompyte no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | hipcdagfgcflgjegddpiggigjneloijj |
URL Oficial | https://chromewebstore.google.com/detail/kompyte/hipcdagfgcflgjegddpiggigjneloijj |
Descrição | Share this tool with anyone in your organization and they'll have the ability to screenshot valuable intel at any time. |
Tamanho do Arquivo | 13.53 KB |
Contagem de Instalações | 396 |
Versão Atual | 2.0 |
Última Atualização | 2023-11-13 |
Data de Publicação | 2020-04-21 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Kompyte |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.kompyte.com |
URL da Página de Política de Privacidade | https://www.kompyte.com/privacy-policy |
Idiomas Suportados | 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": [ " |