Maps Shortcut
Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
Apa itu Maps Shortcut?
Maps Shortcut adalah ekstensi Chrome yang dikembangkan oleh cgdahvis, dan fitur utamanya adalah "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Maps Shortcut
Unduh file ekstensi Maps Shortcut dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Highlight an address -> right click highlighted text > click the button "GMaps Lookup"; Google Maps window pops up with the targeted address. Can also search an address in Google Maps directly from the extension toolbar. Must-have for real estate professionals.
Informasi Dasar Ekstensi
Nama | Maps Shortcut |
ID | nacjnoidlajgponcckmkfoebmipbgbfj |
URL Resmi | https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj |
Deskripsi | Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension. |
Ukuran File | 183 KB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2021-07-18 |
Tanggal Publikasi | 2021-07-09 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | cgdahvis |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Maps Shortcut", "version": "1.1", "description": "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.", "icons": { "16": "Capture.png", "48": "Capture.png", "128": "Capture.png" }, "browser_action": { "default_icon": "Capture.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ] } |