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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}