Catalytics
Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.
Co to jest Catalytics?
Catalytics to rozszerzenie Chrome opracowane przez https://www.haykranen.nl, a jego główną funkcją jest „Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Catalytics
Pobierz pliki rozszerzeń Catalytics w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mohnipnfighkkjenjjlcbkglgdkbgipl |
| Oficjalny URL | https://chromewebstore.google.com/detail/catalytics/mohnipnfighkkjenjjlcbkglgdkbgipl |
| Opis | Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats. |
| Rozmiar pliku | 1.12 MB |
| Liczba instalacji | 57 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2019-04-12 |
| Data Publikacji | 2019-04-12 |
| Ocena | 5.00/5 Łącznie 6 Oceny |
| Deweloper | https://www.haykranen.nl |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://projects.haykranen.nl/catalytics/ |
| Obsługiwane Języki | 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"
}
} | |