Listing Maps for Kijiji

Places a button beside each Kijiji listing, and will display the location on a map once clicked.

ما هو Listing Maps for Kijiji؟

Listing Maps for Kijiji هو إضافة Chrome تم تطويرها بواسطة Tromdev، والميزة الرئيسية لها هي "Places a button beside each Kijiji listing, and will display the location on a map once clicked.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Listing Maps for Kijiji

قم بتنزيل ملفات الامتداد Listing Maps for Kijiji بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Click the map marker icon beside each Ad listing, and a map will pop up below the listing centered on the location. Click on the map marker again to hide the map.


**Will not work for an external "Partner Listing", because there is no address given.**                    

معلومات أساسية عن التمديد

الاسم Listing Maps for Kijiji Listing Maps for Kijiji
ID odklgabfpnlnkaanboaaeoocajkanhng
عنوان URL الرسمي https://chromewebstore.google.com/detail/listing-maps-for-kijiji/odklgabfpnlnkaanboaaeoocajkanhng
الوصف Places a button beside each Kijiji listing, and will display the location on a map once clicked.
حجم الملف 376 KB
عدد التثبيتات 29
النسخة الحالية 1.1
آخر تحديث 2016-03-20
تاريخ النشر 2016-03-19
المطور Tromdev
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Listing Maps for Kijiji",
    "version": "1.1",
    "description": "Places a button beside each Kijiji listing, and will display the location on a map once clicked.",
    "icons": {
        "128": "images\/canada_big.jpg"
    },
    "background": {
        "scripts": [
            "jquery-2.2.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "jquery-2.2.1.min.js",
                "jquery-ui-1.11.4\/jquery-ui.js",
                "kijiji_content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/maps.google.com\/*",
        "https:\/\/maps.googleapis.com\/*",
        "http:\/\/*\/*"
    ],
    "page_action": {
        "default_icon": "images\/marker.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}