Kilkaya toolbar
Kilkaya toolbar display analytics numbers for the current page
Wat is Kilkaya toolbar?
Kilkaya toolbar is een Chrome-extensie ontwikkeld door https://kilkaya.com, en de belangrijkste functie is "Kilkaya toolbar display analytics numbers for the current page".
Extensie Screenshots
Download het CRX-bestand van de extensie Kilkaya toolbar
Download Kilkaya toolbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Kilkaya toolbar |
ID | paiilnohppponakpjeamailmlmgdbdll |
Officiële URL | https://chromewebstore.google.com/detail/kilkaya-toolbar/paiilnohppponakpjeamailmlmgdbdll |
Beschrijving | Kilkaya toolbar display analytics numbers for the current page |
Bestandsgrootte | 2.23 MB |
Aantal Installaties | 2,569 |
Huidige Versie | 0.22 |
Laatst Bijgewerkt | 2024-01-18 |
Publicatiedatum | 2022-03-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://kilkaya.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.kilkaya.com |
URL van de Privacybeleid Pagina | https://www.kilkaya.com/privacy |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |