Whenisgood heatmap

Turns whenisgood results into a heatmap

Whenisgood heatmapคืออะไร?

Whenisgood heatmap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย enigmoid และคุณลักษณะหลักของมันคือ "Turns whenisgood results into a heatmap"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whenisgood heatmap

ดาวน์โหลดไฟล์ส่วนขยาย Whenisgood heatmap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Modifies whenisgood results pages to show a heatmap based on respondent availability.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Whenisgood heatmap Whenisgood heatmap
ID eeoohcfjjiccilmhfnefolhndjkpjono
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whenisgood-heatmap/eeoohcfjjiccilmhfnefolhndjkpjono
คำอธิบาย Turns whenisgood results into a heatmap
ขนาดไฟล์ 8.81 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-03-27
วันที่เผยแพร่ 2015-03-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา enigmoid
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whenisgood heatmap",
    "short_name": "WhenHeatMap",
    "description": "Turns whenisgood results into a heatmap",
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "click.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whenisgood.net\/*"
            ],
            "js": [
                "click.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Whenisgood heatmap",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}