StreetEasy Plus
StreetEasy Plus is a third-party plugin providing additional features to StreetEasy.com
StreetEasy Plus क्या है?
StreetEasy Plus https://polymermallard.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "StreetEasy Plus is a third-party plugin providing additional features to StreetEasy.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में StreetEasy Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
StreetEasy Plus is an extension to StreetEasy.com that allows for more features such as: - Marking listings as viewed - Exclude listings from search results - Exclude listings from entire buildings - Map of nearby subway entrances - Map of nearby available street parking - Map of nearby public housing projects - Automatically opening floor plans - Hide banners and featured listings - Chart price activity over time with rent stabilization line - "No Dog / Pets" notification Note: This plugin has no association with StreetEasy.com, Zillow, or any of their affiliates. It's a third-party plugin created to extend/add features to StreetEasy.com designed for personal use only to assist in apartment hunting.
एक्सटेंशन की मूल जानकारी
नाम | StreetEasy Plus |
ID | blabgegddnndfabfkcgibjomjliibapn |
आधिकारिक URL | https://chromewebstore.google.com/detail/streeteasy-plus/blabgegddnndfabfkcgibjomjliibapn |
विवरण | StreetEasy Plus is a third-party plugin providing additional features to StreetEasy.com |
फ़ाइल का आकार | 489 KB |
स्थापना संख्या | 2,754 |
वर्तमान संस्करण | 0.6.0 |
अंतिम अपडेट | 2023-07-10 |
प्रकाशन तिथि | 2019-11-25 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://polymermallard.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.polymermallard.com |
सहायता पृष्ठ URL | https://www.polymermallard.com |
गोपनीयता नीति पृष्ठ URL | https://www.polymermallard.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "panels\/popup\/index.html" }, "content_scripts": [ { "css": [ "active\/style\/app\/header.css", "active\/style\/app\/building.css", "active\/style\/app\/listings.css", "active\/style\/app\/single.css", "active\/style\/app\/screen.css" ], "js": [ "shared\/script\/vendor\/jquery\/jquery.js", "shared\/script\/app\/state.js", "shared\/script\/app\/global.js", "shared\/script\/app\/util.js" ], "matches": [ "*:\/\/streeteasy.com\/*", "*:\/\/www.streeteasy.com\/*" ], "run_at": "document_start" }, { "js": [ "active\/script\/app\/listings.js", "active\/script\/app\/single.js", "active\/script\/app\/building.js" ], "matches": [ "*:\/\/streeteasy.com\/*", "*:\/\/www.streeteasy.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'", "default_locale": "en", "description": "StreetEasy Plus is a third-party plugin providing additional features to StreetEasy.com", "homepage_url": "https:\/\/www.polymermallard.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "StreetEasy Plus", "permissions": [ "storage", "https:\/\/streeteasy.com\/", "https:\/\/www.streeteasy.com\/" ], "version": "0.6.0", "web_accessible_resources": [ "shared\/image\/*", "shared\/image\/**\/*", "panels\/activity-chart\/*", "panels\/crime-map\/*", "panels\/map\/*" ] } |