Maps Shortcut

Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.

Что такое Maps Shortcut?

Maps Shortcut - это расширение Chrome, разработанное cgdahvis, и его основная функция - "Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Maps Shortcut

Скачайте файлы расширений Maps Shortcut в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Maps Shortcut Maps Shortcut
ID nacjnoidlajgponcckmkfoebmipbgbfj
Официальный URL https://chromewebstore.google.com/detail/maps-shortcut/nacjnoidlajgponcckmkfoebmipbgbfj
Описание Right Click to pull up an address in Google Maps! Real Estate targeted chrome extension.
Размер файла 183 KB
Количество установок 65
Текущая Версия 1.1
Последнее Обновление 2021-07-18
Дата публикации 2021-07-09
Рейтинг 5.00/5 Всего 4 оценок
Разработчик cgdahvis
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}