Property Price - Extension
Allows viewing info on house on trademe platform
Property Price - Extensionとは何ですか?
Property Price - Extensionはnzextensionsによって開発されたChromeの拡張機能で、その主な機能は「Allows viewing info on house on trademe platform」です。
拡張機能のスクリーンショット
Property Price - Extension拡張機能のCRXファイルをダウンロード
Property Price - Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
See property prices for trademe property that are hidden.
拡張機能の基本情報
名前 | Property Price - Extension |
ID | dlepipcihapnbkphnbnjbhpboalkegpe |
公式URL | https://chromewebstore.google.com/detail/property-price-extension/dlepipcihapnbkphnbnjbhpboalkegpe |
説明 | Allows viewing info on house on trademe platform |
ファイルサイズ | 35.03 KB |
インストール数 | 47 |
現在のバージョン | 0.0.2 |
最終更新日 | 2022-04-06 |
公開日 | 2022-04-05 |
開発者 | nzextensions |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Property Price - Extension", "version": "0.0.2", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.trademe.co.nz\/a\/property\/residential\/sale\/*" ], "js": [ "jquery-3.5.1.min.js", "contentScript.js" ], "css": [ "propertyprice.css" ] } ], "host_permissions": [ "https:\/\/www.propertyprice.co.nz\/" ], "description": "Allows viewing info on house on trademe platform" } |