Google maps copy-paste location

Google maps copy-paste location

Wat is Google maps copy-paste location?

Google maps copy-paste location is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "Google maps copy-paste location".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Google maps copy-paste location

Download Google maps copy-paste location-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows you to speed up copy-pasting locations such as "los angeles, ca" from your emails, chats and few other places to google maps by setting up hotkeys for it.                    

Basisinformatie over de Extensie

Naam Google maps copy-paste location Google maps copy-paste location
ID kpjmimpeabekgghehodddkpkcdhclofg
Officiële URL https://chromewebstore.google.com/detail/google-maps-copy-paste-lo/kpjmimpeabekgghehodddkpkcdhclofg
Beschrijving Google maps copy-paste location
Bestandsgrootte 9.3 KB
Aantal Installaties 39
Huidige Versie 1.3.3
Laatst Bijgewerkt 2022-11-17
Publicatiedatum 2021-11-28
Ontwikkelaar [email protected]
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google maps copy-paste location",
    "description": "Google maps copy-paste location",
    "version": "1.3.3",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.sylectus.com\/*",
                "https:\/\/power.dat.com\/*",
                "https:\/\/www.google.com\/maps\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Hugo extension",
        "default_popup": "popup.html"
    }
}