Analytics Woman

Change the Woman from Google Analytics

Analytics Woman란 무엇입니까?

Analytics Woman은(는) https://www.clayburngriffin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the Woman from Google Analytics"입니다.

확장 프로그램 스크린샷

screenshot

Analytics Woman 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}