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 dgrant069 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Runs in background to automatically add price per square foot right underneath the main asking price of homes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zillow Price Per Square Foot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } } |