Real Price
Find the real price for Australian Real Estate!
Real Price क्या है?
Real Price Kaiserapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the real price for Australian Real Estate!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Real Price एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a button to search results and listings on realestate.com.au to reveal the internal price of a listing. This is useful in Queensland where many listings do not have prices publicly available but there is a hidden price behind the scenes for the listing. All this extension really does is query realestate.com.au multiple times until the exact price is found and displays that to you.
एक्सटेंशन की मूल जानकारी
नाम | Real Price |
ID | kckgiidmkllghibpmlploicellcieppd |
आधिकारिक URL | https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd |
विवरण | Find the real price for Australian Real Estate! |
फ़ाइल का आकार | 10.02 KB |
स्थापना संख्या | 260 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-09-28 |
प्रकाशन तिथि | 2020-09-27 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | Kaiserapps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/benkaiser/real-price |
सहायता पृष्ठ URL | https://github.com/benkaiser/real-price/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Real Price", "version": "1.0", "description": "Find the real price for Australian Real Estate!", "content_scripts": [ { "matches": [ "https:\/\/*.realestate.com.au\/*" ], "css": [ "main.css" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "manifest_version": 2 } |