Catalytics

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

What is Catalytics?

Catalytics is a Chrome extension developed by https://www.haykranen.nl, and its main feature is "Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.".

Extension Screenshots

screenshot
screenshot

Download Catalytics Extension CRX File

Download Catalytics 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

                        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!                    

Extension Basic Information

Name Catalytics Catalytics
ID mohnipnfighkkjenjjlcbkglgdkbgipl
Official URL https://chromewebstore.google.com/detail/catalytics/mohnipnfighkkjenjjlcbkglgdkbgipl
Description Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.
File Size 1.12 MB
Installation Count 57
Current Version 1.2
Last Updated 2019-04-12
Publish Date 2019-04-12
Rating 5.00/5 Total 6 Ratings
Developer https://www.haykranen.nl
Email [email protected]
Payment Type free
Extension Website http://projects.haykranen.nl/catalytics/
Supported Languages 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"
    }
}