Smoothix

See your website analytics directly while browsing

Vad är Smoothix?

Smoothix är en Chrome-tillägg utvecklad av https://smoothix.io, och dess huvudfunktion är "See your website analytics directly while browsing".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Smoothix-förlängningens CRX-fil

Ladda ner Smoothix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Smoothix Smoothix
ID kikkgbneijimbklikodhaclklmadbbci
Officiell webbadress https://chromewebstore.google.com/detail/smoothix/kikkgbneijimbklikodhaclklmadbbci
Beskrivning See your website analytics directly while browsing
Filstorlek 416 KB
Antal Installationer 44
Aktuell Version 0.4.8
Senast Uppdaterad 2021-04-28
Publiceringsdatum 2021-04-27
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://smoothix.io
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}