Kilkaya toolbar

Kilkaya toolbar display analytics numbers for the current page

Cos'è Kilkaya toolbar?

Kilkaya toolbar è un'estensione di Chrome sviluppata da https://kilkaya.com, e la sua funzione principale è "Kilkaya toolbar display analytics numbers for the current page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kilkaya toolbar

Scarica i file di estensione Kilkaya toolbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Kilkaya toolbar Kilkaya toolbar
ID paiilnohppponakpjeamailmlmgdbdll
URL Ufficiale https://chromewebstore.google.com/detail/kilkaya-toolbar/paiilnohppponakpjeamailmlmgdbdll
Descrizione Kilkaya toolbar display analytics numbers for the current page
Dimensione del File 2.23 MB
Conteggio Installazioni 2,569
Versione Corrente 0.22
Ultimo Aggiornamento 2024-01-18
Data di Pubblicazione 2022-03-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://kilkaya.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.kilkaya.com
URL della Pagina della Politica sulla Privacy https://www.kilkaya.com/privacy
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}