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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

StreetEasy Plus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
    ]
}