Pulse Extension
Pulse-Extension helps pulse users to enrich real estate data while browsing (v1).
What is Pulse Extension?
Pulse Extension is a Chrome extension developed by Data Team, and its main feature is "Pulse-Extension helps pulse users to enrich real estate data while browsing (v1).".
Extension Screenshots
Download Pulse Extension Extension CRX File
Download Pulse Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This chrome extension enriches data from real estate listing portals in Spain, Italy, and Portugal for Pulse users. It provides valuation, real estate metrics, and catastral matching through a REST API, using user tokens acquired from pulse.urbandataanalytics.com for authentication.
Extension Basic Information
Name | Pulse Extension |
ID | cicnfamohflbhpfmegoeedgkelbohgag |
Official URL | https://chromewebstore.google.com/detail/pulse-extension/cicnfamohflbhpfmegoeedgkelbohgag |
Description | Pulse-Extension helps pulse users to enrich real estate data while browsing (v1). |
File Size | 287 KB |
Installation Count | 147 |
Current Version | 0.1.0 |
Last Updated | 2023-12-19 |
Publish Date | 2023-04-23 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Data Team |
[email protected] | |
Payment Type | free |
Extension Website | https://www.urbandataanalytics.com/ |
Help Page URL | https://www.urbandataanalytics.com/ |
Privacy Policy Page URL | https://www.urbandataanalytics.com/terms-of-use |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pulse Extension", "version": "0.1.0", "description": "Pulse-Extension helps pulse users to enrich real estate data while browsing (v1).", "content_scripts": [ { "matches": [ "https:\/\/www.idealista.com\/*", "https:\/\/www.idealista.pt\/*", "https:\/\/www.idealista.it\/*", "https:\/\/www.fotocasa.es\/*", "https:\/\/www.idealista.com\/maps\/", "https:\/\/*.urbandataanalytics.com\/*", "http:\/\/localhost:3000\/", "https:\/\/www.idealista.com\/maps\/", "https:\/\/www1.sedecatastro.gob.es\/*", "http:\/\/localhost:8889\/browser*", "http:\/\/api-2\/browser*" ], "js": [ "thirdParty\/jquery-3.6.3.min.js", "thirdParty\/jquery-ui.min.js", "thirdParty\/js.cookie.min.js", "scripts\/content.js" ], "css": [ "css\/jquery-ui.min.css", "css\/style.css" ], "run_at": "document_idle" } ], "background": { "service_worker": "scripts\/background.js" }, "icons": { "16": "icons\/logo-uda16.png", "32": "icons\/logo-uda32.png", "48": "icons\/logo-uda48.png" }, "action": [] } |