Catalytics

Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.

O que é Catalytics?

Catalytics é uma extensão do Chrome desenvolvida por https://www.haykranen.nl, e sua principal característica é "Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Catalytics

Baixe arquivos de extensão Catalytics 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

                        If for some crazy reason you'd like to improve this extension, the source is on Github: https://github.com/hay/catalytics.

Release history:
v1.2 - Adapted to work on the new 'Google Marketing Platform' homepage!                    

Informações Básicas da Extensão

Nome Catalytics Catalytics
ID mohnipnfighkkjenjjlcbkglgdkbgipl
URL Oficial https://chromewebstore.google.com/detail/catalytics/mohnipnfighkkjenjjlcbkglgdkbgipl
Descrição Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.
Tamanho do Arquivo 1.12 MB
Contagem de Instalações 57
Versão Atual 1.2
Última Atualização 2019-04-12
Data de Publicação 2019-04-12
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://www.haykranen.nl
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://projects.haykranen.nl/catalytics/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Catalytics",
    "description": "Replaces people on the Google Analytics \/ Marketing Platform homepage with surly looking cats.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/analytics\/",
                "*:\/\/marketingplatform.google.com\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    }
}