Pebble
Find comps directly from any real estate marketplace's website and price with confidence.
Pebble क्या है?
Pebble https://pebblerei.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find comps directly from any real estate marketplace's website and price with confidence."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pebble एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |