Analytics Woman
Change the Woman from Google Analytics
Co to jest Analytics Woman?
Analytics Woman to rozszerzenie Chrome opracowane przez https://www.clayburngriffin.com, a jego główną funkcją jest „Change the Woman from Google Analytics”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Analytics Woman
Pobierz pliki rozszerzeń Analytics Woman 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
That woman on the Google Analytics homepage. Yeah, this replaces her with random others. Now updated for the new 2016 design!
Podstawowe informacje o rozszerzeniu
Nazwa | Analytics Woman |
ID | flpahljjkojbfehefeghkehfophibjol |
Oficjalny URL | https://chromewebstore.google.com/detail/analytics-woman/flpahljjkojbfehefeghkehfophibjol |
Opis | Change the Woman from Google Analytics |
Rozmiar pliku | 8.11 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2016-06-27 |
Data Publikacji | 2016-06-27 |
Ocena | 4.60/5 Łącznie 10 Oceny |
Deweloper | https://www.clayburngriffin.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.clayburngriffin.com/analytics-woman |
Adres URL Strony Pomocy | http://www.clayburngriffin.com/contact |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Analytics Woman", "description": "Change the Woman from Google Analytics", "version": "2.0", "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/analytics\/" ], "css": [ "change.css" ], "run_at": "document_start" }, { "matches": [ "http:\/\/www.google.com\/analytics\/" ], "js": [ "background.js" ], "run_at": "document_end" }, { "matches": [ "http:\/\/www.chickenwrestlersanonymous.com\/go-chicks\/" ], "js": [ "background.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "manifest_version": 2 } |