Kilkaya toolbar
Kilkaya toolbar display analytics numbers for the current page
O que é Kilkaya toolbar?
Kilkaya toolbar é uma extensão do Chrome desenvolvida por https://kilkaya.com, e sua principal característica é "Kilkaya toolbar display analytics numbers for the current page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kilkaya toolbar
Baixe arquivos de extensão Kilkaya toolbar 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
Kilkaya Toolbar allows you to show an overlay on top of the current webpage with charts and numbers. It will only open the overlay for sites that you have access to in the Kilkaya Dashboard. The Kilkaya Toolbar only works for users who have a login to the Kilkaya Dashboard analytics platform.
Informações Básicas da Extensão
Nome | Kilkaya toolbar |
ID | paiilnohppponakpjeamailmlmgdbdll |
URL Oficial | https://chromewebstore.google.com/detail/kilkaya-toolbar/paiilnohppponakpjeamailmlmgdbdll |
Descrição | Kilkaya toolbar display analytics numbers for the current page |
Tamanho do Arquivo | 2.23 MB |
Contagem de Instalações | 2,569 |
Versão Atual | 0.22 |
Última Atualização | 2024-01-18 |
Data de Publicação | 2022-03-07 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://kilkaya.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.kilkaya.com |
URL da Página de Política de Privacidade | https://www.kilkaya.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kilkaya toolbar", "description": "Kilkaya toolbar display analytics numbers for the current page", "version": "0.22", "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } }, "options_page": "options.html", "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.svg", "help.html", "js\/windowkilkaya.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |