Zillow Price Per Square Foot

Runs in background to automatically add price per square foot right underneath the main asking price of homes

Zillow Price Per Square Footคืออะไร?

Zillow Price Per Square Foot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dgrant069 และคุณลักษณะหลักของมันคือ "Runs in background to automatically add price per square foot right underneath the main asking price of homes"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zillow Price Per Square Foot

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

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

                        Very simple extension made specifically for Zillow home detail pages. Runs in the background once enabled to calculate and display the price per square foot of a listing directly underneath the prominently displayed asking price.                    

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

ชื่อ Zillow Price Per Square Foot Zillow Price Per Square Foot
ID pidnjioigjcocochaphjipidpnmnffmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zillow-price-per-square-f/pidnjioigjcocochaphjipidpnmnffmc
คำอธิบาย Runs in background to automatically add price per square foot right underneath the main asking price of homes
ขนาดไฟล์ 35.69 KB
จำนวนการติดตั้ง 718
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-02-03
วันที่เผยแพร่ 2016-02-01
คะแนน 4.23/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา dgrant069
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zillow Price Per Square Foot",
    "description": "Runs in background to automatically add price per square foot right underneath the main asking price of homes",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.zillow.com\/homes\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}