Analytics Woman

Change the Woman from Google Analytics

Wat is Analytics Woman?

Analytics Woman is een Chrome-extensie ontwikkeld door https://www.clayburngriffin.com, en de belangrijkste functie is "Change the Woman from Google Analytics".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Analytics Woman

Download Analytics Woman-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

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

Basisinformatie over de Extensie

Naam Analytics Woman Analytics Woman
ID flpahljjkojbfehefeghkehfophibjol
Officiële URL https://chromewebstore.google.com/detail/analytics-woman/flpahljjkojbfehefeghkehfophibjol
Beschrijving Change the Woman from Google Analytics
Bestandsgrootte 8.11 KB
Aantal Installaties 34
Huidige Versie 2.0
Laatst Bijgewerkt 2016-06-27
Publicatiedatum 2016-06-27
Beoordeling 4.60/5 Totaal 10 Beoordelingen
Ontwikkelaar https://www.clayburngriffin.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.clayburngriffin.com/analytics-woman
Help Pagina-URL http://www.clayburngriffin.com/contact
Ondersteunde Talen 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
}