Smoothix

See your website analytics directly while browsing

O que é Smoothix?

Smoothix é uma extensão do Chrome desenvolvida por https://smoothix.io, e sua principal característica é "See your website analytics directly while browsing".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Smoothix

Baixe arquivos de extensão Smoothix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Smoothix Smoothix
ID kikkgbneijimbklikodhaclklmadbbci
URL Oficial https://chromewebstore.google.com/detail/smoothix/kikkgbneijimbklikodhaclklmadbbci
Descrição See your website analytics directly while browsing
Tamanho do Arquivo 416 KB
Contagem de Instalações 44
Versão Atual 0.4.8
Última Atualização 2021-04-28
Data de Publicação 2021-04-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://smoothix.io
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}