Kilkaya toolbar

Kilkaya toolbar display analytics numbers for the current page

Qu'est-ce que Kilkaya toolbar ?

Kilkaya toolbar est une extension Chrome développée par https://kilkaya.com, et sa fonction principale est "Kilkaya toolbar display analytics numbers for the current page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kilkaya toolbar

Téléchargez les fichiers d'extension Kilkaya toolbar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kilkaya toolbar Kilkaya toolbar
ID paiilnohppponakpjeamailmlmgdbdll
URL Officiel https://chromewebstore.google.com/detail/kilkaya-toolbar/paiilnohppponakpjeamailmlmgdbdll
Description Kilkaya toolbar display analytics numbers for the current page
Taille du Fichier 2.23 MB
Nombre d'Installations 2,569
Version Actuelle 0.22
Dernière Mise à Jour 2024-01-18
Date de Publication 2022-03-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://kilkaya.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.kilkaya.com
URL de la Page de Politique de Confidentialité https://www.kilkaya.com/privacy
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}