Pulse Extension
Pulse-Extension helps pulse users to enrich real estate data while browsing (v1).
Pulse Extension là gì?
Pulse Extension là một tiện ích mở rộng Chrome được phát triển bởi Data Team, và tính năng chính của nó là "Pulse-Extension helps pulse users to enrich real estate data while browsing (v1).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pulse Extension
Tải xuống các tệp mở rộng Pulse Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pulse Extension |
ID | cicnfamohflbhpfmegoeedgkelbohgag |
URL Chính Thức | https://chromewebstore.google.com/detail/pulse-extension/cicnfamohflbhpfmegoeedgkelbohgag |
Mô tả | Pulse-Extension helps pulse users to enrich real estate data while browsing (v1). |
Kích Thước Tệp | 287 KB |
Số Lần Cài Đặt | 147 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2023-12-19 |
Ngày Phát Hành | 2023-04-23 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Data Team |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.urbandataanalytics.com/ |
URL Trang Trợ Giúp | https://www.urbandataanalytics.com/ |
URL Trang Chính Sách Bảo Mật | https://www.urbandataanalytics.com/terms-of-use |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |