Catalytics
Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.
Vad är Catalytics?
Catalytics är en Chrome-tillägg utvecklad av https://www.haykranen.nl, och dess huvudfunktion är "Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.".
Tilläggsskärmbilder
Ladda ner Catalytics-förlängningens CRX-fil
Ladda ner Catalytics-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | mohnipnfighkkjenjjlcbkglgdkbgipl |
| Officiell webbadress | https://chromewebstore.google.com/detail/catalytics/mohnipnfighkkjenjjlcbkglgdkbgipl |
| Beskrivning | Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats. |
| Filstorlek | 1.12 MB |
| Antal Installationer | 57 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2019-04-12 |
| Publiceringsdatum | 2019-04-12 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | https://www.haykranen.nl |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://projects.haykranen.nl/catalytics/ |
| Stödda Språk | 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"
}
} | |