Pebble
Find comps directly from any real estate marketplace's website and price with confidence.
Pebbleとは何ですか?
Pebbleはhttps://pebblerei.comによって開発されたChromeの拡張機能で、その主な機能は「Find comps directly from any real estate marketplace's website and price with confidence.」です。
拡張機能のスクリーンショット
Pebble拡張機能のCRXファイルをダウンロード
Pebble拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Pebble extension lets you save listing information for all your favorite websites so you can quickly and accurately price your properties.
拡張機能の基本情報
名前 | Pebble |
ID | jkominpaacpnbhpginoajhbppnfegkci |
公式URL | https://chromewebstore.google.com/detail/pebble/jkominpaacpnbhpginoajhbppnfegkci |
説明 | Find comps directly from any real estate marketplace's website and price with confidence. |
ファイルサイズ | 1.22 MB |
インストール数 | 2,438 |
現在のバージョン | 1.5.13 |
最終更新日 | 2024-02-27 |
公開日 | 2022-09-08 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://pebblerei.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://pebblerei.com/ |
ヘルプページのURL | https://pebblerei.com/contact-us/ |
プライバシーポリシーページのURL | https://pebblerei.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pebble", "version": "1.5.13", "description": "Find comps directly from any real estate marketplace's website and price with confidence.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage" ], "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "Pebble", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/zillow.com\/*" ], "js": [ "content-scripts\/zillow.js" ] }, { "matches": [ "https:\/\/www.zillow.com\/*" ], "js": [ "content-scripts\/zillow.js" ] }, { "matches": [ "https:\/\/realtor.com\/*" ], "js": [ "content-scripts\/realtor.js" ] }, { "matches": [ "https:\/\/www.realtor.com\/*" ], "js": [ "content-scripts\/realtor.js" ] }, { "matches": [ "https:\/\/land.com\/*" ], "js": [ "content-scripts\/land.js" ] }, { "matches": [ "https:\/\/www.land.com\/*" ], "js": [ "content-scripts\/land.js" ] }, { "matches": [ "https:\/\/redfin.ca\/*", "https:\/\/redfin.com\/*" ], "js": [ "content-scripts\/redfin.js" ] }, { "matches": [ "https:\/\/www.redfin.ca\/*", "https:\/\/www.redfin.com\/*" ], "js": [ "content-scripts\/redfin.js" ] }, { "matches": [ "https:\/\/landwatch.com\/*" ], "js": [ "content-scripts\/landwatch.js" ] }, { "matches": [ "https:\/\/www.landwatch.com\/*" ], "js": [ "content-scripts\/landwatch.js" ] }, { "matches": [ "https:\/\/landmodo.com\/*" ], "js": [ "content-scripts\/landmodo.js" ] }, { "matches": [ "https:\/\/www.landmodo.com\/*" ], "js": [ "content-scripts\/landmodo.js" ] } ], "background": { "service_worker": "background.js" } } |