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”。
擴展截圖
下載Uprent - rental search assistant擴展crx文件
下載Uprent - rental search assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | nnjokgfpoecefilcbmcinacgmefmdabl |
官方網址 | 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": [ " |