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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}