Uprent - rental search assistant
Your house-hunting co-pilot
Was ist Uprent - rental search assistant?
Uprent - rental search assistant ist eine Chrome-Erweiterung, die von TurboRent B.V. entwickelt wurde, und ihr Hauptmerkmal ist "Your house-hunting co-pilot".
Erweiterungsscreenshots
Uprent - rental search assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Uprent - rental search assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Uprent - rental search assistant |
ID | nnjokgfpoecefilcbmcinacgmefmdabl |
Offizielle URL | https://chromewebstore.google.com/detail/uprent-rental-search-assi/nnjokgfpoecefilcbmcinacgmefmdabl |
Beschreibung | Your house-hunting co-pilot |
Dateigröße | 451 KB |
Installationsanzahl | 39 |
Aktuelle Version | 8 |
Letztes Update | 2024-03-01 |
Veröffentlichungsdatum | 2023-12-01 |
Bewertung | 5.00/5 Insgesamt 13 Bewertungen |
Entwickler | TurboRent B.V. |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://uprent.nl |
URL der Datenschutzrichtlinien-Seite | https://uprent.nl/legal-data |
Unterstützte Sprachen | 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": [ " |