Listing Maps for Kijiji
Places a button beside each Kijiji listing, and will display the location on a map once clicked.
O que é Listing Maps for Kijiji?
Listing Maps for Kijiji é uma extensão do Chrome desenvolvida por Tromdev, e sua principal característica é "Places a button beside each Kijiji listing, and will display the location on a map once clicked.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Listing Maps for Kijiji
Baixe arquivos de extensão Listing Maps for Kijiji no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.**
Informações Básicas da Extensão
Nome | Listing Maps for Kijiji |
ID | odklgabfpnlnkaanboaaeoocajkanhng |
URL Oficial | https://chromewebstore.google.com/detail/listing-maps-for-kijiji/odklgabfpnlnkaanboaaeoocajkanhng |
Descrição | Places a button beside each Kijiji listing, and will display the location on a map once clicked. |
Tamanho do Arquivo | 376 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.1 |
Última Atualização | 2016-03-20 |
Data de Publicação | 2016-03-19 |
Desenvolvedor | Tromdev |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |