StreetEasy Plus
StreetEasy Plus is a third-party plugin providing additional features to StreetEasy.com
StreetEasy Plusとは何ですか?
StreetEasy Plusはhttps://polymermallard.comによって開発されたChromeの拡張機能で、その主な機能は「StreetEasy Plus is a third-party plugin providing additional features to StreetEasy.com」です。
拡張機能のスクリーンショット
StreetEasy Plus拡張機能のCRXファイルをダウンロード
StreetEasy Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |