Property Seeker
Calculate the price range for property advertised on Domain and Real Estate.
Property Seekerとは何ですか?
Property Seekerはcheesestringerによって開発されたChromeの拡張機能で、その主な機能は「Calculate the price range for property advertised on Domain and Real Estate.」です。
拡張機能のスクリーンショット
Property Seeker拡張機能のCRXファイルをダウンロード
Property Seeker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take the guess work out of house hunting. Finds the hidden advertising range on Domain and Real Estate Australia to make searching for property a bit easier. For any problems or suggestions create an issue listing the details here: https://github.com/cheesestringer/property-seeker/issues If you enjoy the extension feel free to buy me a coffee :) https://www.buymeacoffee.com/cheesestringer
拡張機能の基本情報
名前 | Property Seeker |
ID | olfjldooogfhhgklechmbdemheblklga |
公式URL | https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga |
説明 | Calculate the price range for property advertised on Domain and Real Estate. |
ファイルサイズ | 7.81 KB |
インストール数 | 3,196 |
現在のバージョン | 1.0.6 |
最終更新日 | 2022-12-27 |
公開日 | 2021-08-12 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | cheesestringer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/cheesestringer/property-seeker |
ヘルプページのURL | https://github.com/cheesestringer/property-seeker/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Property Seeker", "version": "1.0.6", "description": "Calculate the price range for property advertised on Domain and Real Estate.", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.domain.com.au\/*", "https:\/\/*.realestate.com.au\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/*.domain.com.au https:\/\/*.realestate.com.au" } |