Uprent - rental search assistant

Your house-hunting co-pilot

Uprent - rental search assistant란 무엇입니까?

Uprent - rental search assistant은(는) TurboRent B.V.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your house-hunting co-pilot"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Uprent - rental search assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Don’t pay real estate agents to do rental search! Instead, we’ll make it easy enough for you to find it yourself.

1. FINALLY easily manage your properties with your spouse. Don’t let your WhatsApp chat become a mess 
2. Apply automatically. Application message will be crafted for you
3. Manage ALL hour properties, in 1 place

Currently supported platforms:
1. Pararius
2. Kamernet
3. HousingAnywhere
4. Funda                    

확장 프로그램 기본 정보

이름 Uprent - rental search assistant Uprent - rental search assistant
ID nnjokgfpoecefilcbmcinacgmefmdabl
공식 URL https://chromewebstore.google.com/detail/uprent-rental-search-assi/nnjokgfpoecefilcbmcinacgmefmdabl
설명 Your house-hunting co-pilot
파일 크기 451 KB
설치 횟수 39
현재 버전 8
최근 업데이트 2024-03-01
출시 날짜 2023-12-01
평점 5.00/5 총 13 개의 평점
개발자 TurboRent B.V.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://uprent.nl
개인정보 보호 정책 페이지 URL https://uprent.nl/legal-data
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Uprent - rental search assistant",
    "description": "Your house-hunting co-pilot",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5HRU6N+ZsvrM\/v5ugZ54ke8i9oYt6yGk4rkiqWT2QJ6Os2nteJ4Bu46Ac0+qY2rUoUIA\/kwALgl7KNbkai8+03DY1CqQ74uziz\/2ECqOZTlf0ey\/kOUEMBYFKVL8oCTqsRai+\/yDwmTnb\/L7YJ+Ear+PBPbq8eVGcIQ7pq75aAPeeMdsI39WqcGF\/a\/BsUKkQNnlKgJSMC5wSnj5NjysUDoTMt5e1uTy4EOoUAnnSLvkVUlTkqavfm0snCPd2s5ZrwS96ycwlfDUEGHununOzWAVeg5Ho9X\/AJJ7DJpcAezXGQAbyeDV6p9R3DGW1H1zuRfEazMbsI92npic0PzbbQIDAQAB",
    "permissions": [
        "scripting",
        "tabs",
        "management",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.uprent.nl\/",
        "http:\/\/localhost:5000\/"
    ],
    "action": {
        "default_icon": "icons\/192x192.png"
    },
    "background": {
        "service_worker": "service-worker\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.uprent.nl\/*",
                "http:\/\/localhost:5000\/*",
                "https:\/\/housinganywhere.com\/*",
                "https:\/\/*.housinganywhere.com\/*",
                "https:\/\/pararius.com\/*",
                "https:\/\/*.pararius.com\/*",
                "https:\/\/pararius.nl\/*",
                "https:\/\/*.pararius.nl\/*",
                "https:\/\/kamernet.nl\/*",
                "https:\/\/funda.nl\/*",
                "https:\/\/*.funda.nl\/*"
            ],
            "js": [
                "content-scripts\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "8"
}