Catalytics

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

Cos'è Catalytics?

Catalytics è un'estensione di Chrome sviluppata da https://www.haykranen.nl, e la sua funzione principale è "Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Catalytics

Scarica i file di estensione Catalytics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Catalytics Catalytics
ID mohnipnfighkkjenjjlcbkglgdkbgipl
URL Ufficiale https://chromewebstore.google.com/detail/catalytics/mohnipnfighkkjenjjlcbkglgdkbgipl
Descrizione Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.
Dimensione del File 1.12 MB
Conteggio Installazioni 57
Versione Corrente 1.2
Ultimo Aggiornamento 2019-04-12
Data di Pubblicazione 2019-04-12
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://www.haykranen.nl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://projects.haykranen.nl/catalytics/
Lingue Supportate 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"
    }
}