Catalytics
Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.
Wat is Catalytics?
Catalytics is een Chrome-extensie ontwikkeld door https://www.haykranen.nl, en de belangrijkste functie is "Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.".
Extensie Screenshots
Download het CRX-bestand van de extensie Catalytics
Download Catalytics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | mohnipnfighkkjenjjlcbkglgdkbgipl |
| Officiële URL | https://chromewebstore.google.com/detail/catalytics/mohnipnfighkkjenjjlcbkglgdkbgipl |
| Beschrijving | Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats. |
| Bestandsgrootte | 1.12 MB |
| Aantal Installaties | 57 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2019-04-12 |
| Publicatiedatum | 2019-04-12 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | https://www.haykranen.nl |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://projects.haykranen.nl/catalytics/ |
| Ondersteunde Talen | 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"
}
} | |