Property Prices NI
View recent property price history in Northern Ireland on PropertyPal.
Property Prices NI là gì?
Property Prices NI là một tiện ích mở rộng Chrome được phát triển bởi Property Prices Northern Ireland, và tính năng chính của nó là "View recent property price history in Northern Ireland on PropertyPal.".
Ả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 Property Prices NI
Tải xuống các tệp mở rộng Property Prices NI 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
Property Prices Northern Ireland is currently free to use - and works on NI's leading property portal, PropertyPal. Property Prices NI simply inserts a discreet & non interfering table onto each listing to allow users to see recent price changes, such as reductions, increases & dates of addition. How to use: 1. Install from Chrome store 2. Refresh your browser 3. Enjoy recent price property history, totally free If you encounter any issues when installing or using - please do reach out to us via email or our Twitter page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Property Prices NI |
ID | nkjkdokdnoblikdbgfmmmodoldoajchk |
URL Chính Thức | https://chromewebstore.google.com/detail/property-prices-ni/nkjkdokdnoblikdbgfmmmodoldoajchk |
Mô tả | View recent property price history in Northern Ireland on PropertyPal. |
Kích Thước Tệp | 208 KB |
Số Lần Cài Đặt | 262 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2024-03-02 |
Ngày Phát Hành | 2022-11-25 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Property Prices Northern Ireland |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Property Prices NI", "description": "View recent property price history in Northern Ireland on PropertyPal.", "version": "2.0.2", "manifest_version": 3, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.propertypal.com\/*" ], "js": [ "content-script.js" ], "css": [ "styles.css" ] } ], "options_page": "options.html" } |