Open in Google Maps
Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
ما هو Open in Google Maps؟
Open in Google Maps هو إضافة Chrome تم تطويرها بواسطة https://garbageoverflow.blogspot.com، والميزة الرئيسية لها هي "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open in Google Maps
قم بتنزيل ملفات الامتداد Open in Google Maps بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension let you open addresses in Google Maps without having to go to google maps in a separate tab. Helps a lot if you are looking at real estates websites and want to quickly lookup addresses. How to use - 1 - Install the plugin 2 - Highlight or select the address 3 - Click on the red map pin in the right top corner
معلومات أساسية عن التمديد
الاسم | Open in Google Maps |
ID | cinncpjcejdnoafflljjmgibkkgkigag |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag |
الوصف | Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page. |
حجم الملف | 7.19 KB |
عدد التثبيتات | 28,569 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-02-18 |
تاريخ النشر | 2015-02-18 |
تقييم | 4.45/5 مجموع تقييمات 42 |
المطور | https://garbageoverflow.blogspot.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open in Google Maps", "description": "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.", "version": "1.2", "permissions": [ "activeTab" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |