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 là gì?

Zillow Price Per Square Foot là một tiện ích mở rộng Chrome được phát triển bởi dgrant069, và tính năng chính của nó là "Runs in background to automatically add price per square foot right underneath the main asking price of homes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zillow Price Per Square Foot

Tải xuống các tệp mở rộng Zillow Price Per Square Foot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zillow Price Per Square Foot Zillow Price Per Square Foot
ID pidnjioigjcocochaphjipidpnmnffmc
URL Chính Thức https://chromewebstore.google.com/detail/zillow-price-per-square-f/pidnjioigjcocochaphjipidpnmnffmc
Mô tả Runs in background to automatically add price per square foot right underneath the main asking price of homes
Kích Thước Tệp 35.69 KB
Số Lần Cài Đặt 718
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-02-03
Ngày Phát Hành 2016-02-01
Đánh Giá 4.23/5 Tổng số 13 Đánh Giá
Nhà Phát Triển dgrant069
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}