Smoothix

See your website analytics directly while browsing

Cos'è Smoothix?

Smoothix è un'estensione di Chrome sviluppata da https://smoothix.io, e la sua funzione principale è "See your website analytics directly while browsing".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Smoothix

Scarica i file di estensione Smoothix 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

                        How many times per week do you look at your Google Analytics dashboard? Probably not enough. That's why we show you the most important directly inside on website while you browse it.
On every page, discover how many users visited, if they bounced or your conversion rate with a glance.                    

Informazioni di Base sull'Estensione

Nome Smoothix Smoothix
ID kikkgbneijimbklikodhaclklmadbbci
URL Ufficiale https://chromewebstore.google.com/detail/smoothix/kikkgbneijimbklikodhaclklmadbbci
Descrizione See your website analytics directly while browsing
Dimensione del File 416 KB
Conteggio Installazioni 44
Versione Corrente 0.4.8
Ultimo Aggiornamento 2021-04-28
Data di Pubblicazione 2021-04-27
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://smoothix.io
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgxQEUWaOXpQjeAPJKBb0slZ49PXz\/9+6cCPMWez09Z2sG0Z3wKdQf7daodA4c3RjW0wsayKzckq50dq2tRLEKl5usU6pgC1GRzdknxLK\/8nUs4aMePts7k01+DnTVcP8E2E+d3J5eUCsQfe13QMzH\/0g6a02XqL8nKLwhUeFBBt31KK8BKJDyea7gKBuLO1emlhFJPNdESfcvad7uQCCXtupZgScOZatuozulmCDwA2Qo842J1fPOebq0Q5cpARJK\/Afd8fLWi0zAp2BjqZoIDIrsc7AdG7sNEF3IRBzpzwKECzaz9oFyxB\/6JaIlF1zSdWHvEix4eQwrz8Lq6CDNQIDAQAB",
    "manifest_version": 2,
    "name": "Smoothix",
    "description": "See your website analytics directly while browsing",
    "version": "0.4.8",
    "browser_action": {
        "default_title": "Open"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*.png",
        "*.svg"
    ],
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.gstatic.com; object-src 'self'"
}