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 Tromdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Places a button beside each Kijiji listing, and will display the location on a map once clicked."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Listing Maps for Kijiji एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |