Smoothix

See your website analytics directly while browsing

What is Smoothix?

Smoothix is a Chrome extension developed by https://smoothix.io, and its main feature is "See your website analytics directly while browsing".

Extension Screenshots

screenshot
screenshot
screenshot

Download Smoothix Extension CRX File

Download Smoothix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Smoothix Smoothix
ID kikkgbneijimbklikodhaclklmadbbci
Official URL https://chromewebstore.google.com/detail/smoothix/kikkgbneijimbklikodhaclklmadbbci
Description See your website analytics directly while browsing
File Size 416 KB
Installation Count 44
Current Version 0.4.8
Last Updated 2021-04-28
Publish Date 2021-04-27
Rating 5.00/5 Total 2 Ratings
Developer https://smoothix.io
Email [email protected]
Payment Type free
Supported Languages 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'"
}