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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } |