TradeMe Property Assistant

Show travel time to your workplace when you look at property on TradeMe

TradeMe Property Assistant क्या है?

TradeMe Property Assistant George Dewar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show travel time to your workplace when you look at property on TradeMe"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TradeMe Property Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        TradeMe Property Assistant supplements property listings with useful information that can help you easily make a more informed decision about whether you're interested.

You can configure where you work and when you work, and it will add a section to property listings showing how long the commute will be, using Google Directions.

When you install TradeMe Property Assistant, head to the Options page first to enter in your workplace details.                    

एक्सटेंशन की मूल जानकारी

नाम TradeMe Property Assistant TradeMe Property Assistant
ID cnnejammadobbkkbkeiifbjkeckgpfin
आधिकारिक URL https://chromewebstore.google.com/detail/trademe-property-assistan/cnnejammadobbkkbkeiifbjkeckgpfin
विवरण Show travel time to your workplace when you look at property on TradeMe
फ़ाइल का आकार 45.27 KB
स्थापना संख्या 22
वर्तमान संस्करण 0.4
अंतिम अपडेट 2018-04-13
प्रकाशन तिथि 2018-04-13
रेटिंग 3.33/5 कुल 3 रेटिंग्स
डेवलपर George Dewar
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TradeMe Property Assistant",
    "version": "0.4",
    "description": "Show travel time to your workplace when you look at property on TradeMe",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.trademe.co.nz\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "defaults.js",
                "components\/traveltime.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/maps.googleapis.com\/",
        "http:\/\/www.watchmystreet.co.nz\/",
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "img\/*"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    }
}