Analytics Woman

Change the Woman from Google Analytics

Что такое Analytics Woman?

Analytics Woman - это расширение Chrome, разработанное https://www.clayburngriffin.com, и его основная функция - "Change the Woman from Google Analytics".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Analytics Woman

Скачайте файлы расширений Analytics Woman в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Analytics Woman Analytics Woman
ID flpahljjkojbfehefeghkehfophibjol
Официальный URL https://chromewebstore.google.com/detail/analytics-woman/flpahljjkojbfehefeghkehfophibjol
Описание Change the Woman from Google Analytics
Размер файла 8.11 KB
Количество установок 34
Текущая Версия 2.0
Последнее Обновление 2016-06-27
Дата публикации 2016-06-27
Рейтинг 4.60/5 Всего 10 оценок
Разработчик https://www.clayburngriffin.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.clayburngriffin.com/analytics-woman
URL страницы помощи http://www.clayburngriffin.com/contact
Поддерживаемые языки 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
}