Analytics Woman

Change the Woman from Google Analytics

Co je Analytics Woman?

Analytics Woman je rozšíření Chrome vyvinuté https://www.clayburngriffin.com, a jeho hlavní funkcí je „Change the Woman from Google Analytics“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Analytics Woman

Stáhněte si soubory rozšíření Analytics Woman ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        That woman on the Google Analytics homepage.  Yeah, this replaces her with random others.  Now updated for the new 2016 design!                    

Základní Informace o Rozšíření

Název Analytics Woman Analytics Woman
ID flpahljjkojbfehefeghkehfophibjol
Oficiální URL https://chromewebstore.google.com/detail/analytics-woman/flpahljjkojbfehefeghkehfophibjol
Popis Change the Woman from Google Analytics
Velikost souboru 8.11 KB
Počet instalací 34
Aktuální Verze 2.0
Poslední Aktualizace 2016-06-27
Datum Vydání 2016-06-27
Hodnocení 4.60/5 Celkem 10 Hodnocení
Vývojář https://www.clayburngriffin.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.clayburngriffin.com/analytics-woman
URL Stránky Nápovědy http://www.clayburngriffin.com/contact
Podporované Jazyky 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
}