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
}