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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        ]
    }
}