Waze - Google Maps™ link

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

Was ist Waze - Google Maps™ link?

Waze - Google Maps™ link ist eine Chrome-Erweiterung, die von nalym entwickelt wurde, und ihr Hauptmerkmal ist "Waze Map Editor script that creates a link to the current position in Google Maps™.".

Erweiterungsscreenshots

screenshot

Waze - Google Maps™ link-Erweiterungs-CRX-Datei herunterladen

Laden Sie Waze - Google Maps™ link-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Waze - Google Maps™ link Waze - Google Maps™ link
ID jblojdkgpamepmiammlgkkhknojnlmai
Offizielle URL https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai
Beschreibung Waze Map Editor script that creates a link to the current position in Google Maps™.
Dateigröße 13.71 KB
Installationsanzahl 10,000
Aktuelle Version 1.2.2
Letztes Update 2015-04-22
Veröffentlichungsdatum 2015-04-22
Bewertung 4.22/5 Insgesamt 476 Bewertungen
Entwickler nalym
Zahlungsart free
Unterstützte Sprachen 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"
    }
}