Mapview for Kijiji™

View Kijiji™ listings on a beautiful interactive map.

Mapview for Kijiji™คืออะไร?

Mapview for Kijiji™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Waseem และคุณลักษณะหลักของมันคือ "View Kijiji™ listings on a beautiful interactive map."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mapview for Kijiji™

ดาวน์โหลดไฟล์ส่วนขยาย Mapview for Kijiji™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Tired of having to click on each ad to find out where it is located? Mapview lets you view Kijiji™ listings on a beautiful interactive map.

WHAT IT DOES:
While you are on Kijiji, this extension puts all your search results on a map. Searching and filtering for search results should be done by you through Kijiji's built-in searching features. This extension merely maps whatever is on your screen.

LIST OF FEATURES:
- View listings on an interactive map.
- View the full descriptions and all images of every listing right from the search results.
- Load results from next page without leaving current page.
- (NEW!) Mapview now works on your "My Favourites" page.

Disclaimer: Mapview is a fan-made application. It is not affiliated with Kijiji or eBay in any way. Kijiji is a trademark of Kijiji International Ltd. Use of this trademark is subject to Kijiji Permissions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mapview for Kijiji™ Mapview for Kijiji™
ID imebnbicmjechdnmmibhehpkkaaamijo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mapview-for-kijiji/imebnbicmjechdnmmibhehpkkaaamijo
คำอธิบาย View Kijiji™ listings on a beautiful interactive map.
ขนาดไฟล์ 143 KB
จำนวนการติดตั้ง 2,156
เวอร์ชันปัจจุบัน 0.0.0.8
อัปเดตครั้งล่าสุด 2020-02-21
วันที่เผยแพร่ 2020-02-20
คะแนน 4.62/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Waseem
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Waseem Yusuf",
    "manifest_version": 2,
    "name": "Mapview for Kijiji\u2122",
    "short_name": "Kijiji Mapview",
    "version": "0.0.0.8",
    "description": "View Kijiji\u2122 listings on a beautiful interactive map.",
    "icons": {
        "16": "assets\/logo\/icon16.png",
        "48": "assets\/logo\/icon48.png",
        "96": "assets\/logo\/icon96.png",
        "128": "assets\/logo\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/logo\/icon16.png",
            "48": "assets\/logo\/icon48.png",
            "96": "assets\/logo\/icon96.png",
            "128": "assets\/logo\/icon128.png"
        },
        "default_title": "View Kijiji\u2122 listings on a beautiful interactive map."
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.kijiji.ca\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/assets\/*"
    ]
}