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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Places a button beside each Kijiji listing, and will display the location on a map once clicked."입니다.
확장 프로그램 스크린샷
Listing Maps for Kijiji 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |