Catalytics

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

Qu'est-ce que Catalytics ?

Catalytics est une extension Chrome développée par https://www.haykranen.nl, et sa fonction principale est "Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Catalytics

Téléchargez les fichiers d'extension Catalytics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Catalytics Catalytics
ID mohnipnfighkkjenjjlcbkglgdkbgipl
URL Officiel https://chromewebstore.google.com/detail/catalytics/mohnipnfighkkjenjjlcbkglgdkbgipl
Description Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.
Taille du Fichier 1.12 MB
Nombre d'Installations 57
Version Actuelle 1.2
Dernière Mise à Jour 2019-04-12
Date de Publication 2019-04-12
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://www.haykranen.nl
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://projects.haykranen.nl/catalytics/
Langues Prises en Charge 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"
    }
}