Property Price - Extension
Allows viewing info on house on trademe platform
Property Price - Extension क्या है?
Property Price - Extension nzextensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows viewing info on house on trademe platform"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Property Price - Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } |