Smoothix

See your website analytics directly while browsing

Hvad er Smoothix?

Smoothix er en Chrome-udvidelse udviklet af https://smoothix.io, og dens hovedfunktion er "See your website analytics directly while browsing".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Smoothix-udvidelses-CRX-fil

Download Smoothix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Smoothix Smoothix
ID kikkgbneijimbklikodhaclklmadbbci
Officiel URL https://chromewebstore.google.com/detail/smoothix/kikkgbneijimbklikodhaclklmadbbci
Beskrivelse See your website analytics directly while browsing
Filstørrelse 416 KB
Antal Installationer 44
Nuværende Version 0.4.8
Senest Opdateret 2021-04-28
Udgivelsesdato 2021-04-27
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://smoothix.io
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}