Kilkaya toolbar

Kilkaya toolbar display analytics numbers for the current page

Was ist Kilkaya toolbar?

Kilkaya toolbar ist eine Chrome-Erweiterung, die von https://kilkaya.com entwickelt wurde, und ihr Hauptmerkmal ist "Kilkaya toolbar display analytics numbers for the current page".

Erweiterungsscreenshots

screenshot

Kilkaya toolbar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kilkaya toolbar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Kilkaya toolbar Kilkaya toolbar
ID paiilnohppponakpjeamailmlmgdbdll
Offizielle URL https://chromewebstore.google.com/detail/kilkaya-toolbar/paiilnohppponakpjeamailmlmgdbdll
Beschreibung Kilkaya toolbar display analytics numbers for the current page
Dateigröße 2.23 MB
Installationsanzahl 2,569
Aktuelle Version 0.22
Letztes Update 2024-01-18
Veröffentlichungsdatum 2022-03-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://kilkaya.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.kilkaya.com
URL der Datenschutzrichtlinien-Seite https://www.kilkaya.com/privacy
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}