Waze - Google Maps™ link

Waze Map Editor script that creates a link to the current position in Google Maps™.

What is Waze - Google Maps™ link?

Waze - Google Maps™ link is a Chrome extension developed by nalym, and its main feature is "Waze Map Editor script that creates a link to the current position in Google Maps™.".

Extension Screenshots

screenshot

Download Waze - Google Maps™ link Extension CRX File

Download Waze - Google Maps™ link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink.                    

Extension Basic Information

Name Waze - Google Maps™ link Waze - Google Maps™ link
ID jblojdkgpamepmiammlgkkhknojnlmai
Official URL https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai
Description Waze Map Editor script that creates a link to the current position in Google Maps™.
File Size 13.71 KB
Installation Count 10,000
Current Version 1.2.2
Last Updated 2015-04-22
Publish Date 2015-04-22
Rating 4.22/5 Total 476 Ratings
Developer nalym
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Waze - Google Maps\u2122 link",
    "version": "1.2.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.waze.com\/*editor\/*",
                "https:\/\/*.waze.com\/map-editor\/*",
                "https:\/\/*.waze.com\/beta_editor\/*",
                "https:\/\/*.waze.co.il\/*editor\/*",
                "https:\/\/*.waze.co.il\/beta_editor\/*"
            ],
            "js": [
                "gmaps_permalink.js"
            ]
        }
    ],
    "description": "Waze Map Editor script that creates a link to the current position in Google Maps\u2122.",
    "icons": {
        "128": "icon_128.png"
    }
}