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 là gì?

Listing Maps for Kijiji là một tiện ích mở rộng Chrome được phát triển bởi Tromdev, và tính năng chính của nó là "Places a button beside each Kijiji listing, and will display the location on a map once clicked.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Listing Maps for Kijiji

Tải xuống các tệp mở rộng Listing Maps for Kijiji dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.**                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Listing Maps for Kijiji Listing Maps for Kijiji
ID odklgabfpnlnkaanboaaeoocajkanhng
URL Chính Thức https://chromewebstore.google.com/detail/listing-maps-for-kijiji/odklgabfpnlnkaanboaaeoocajkanhng
Mô tả Places a button beside each Kijiji listing, and will display the location on a map once clicked.
Kích Thước Tệp 376 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-03-20
Ngày Phát Hành 2016-03-19
Nhà Phát Triển Tromdev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}