Google maps copy-paste location

Google maps copy-paste location

Cos'è Google maps copy-paste location?

Google maps copy-paste location è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "Google maps copy-paste location".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Google maps copy-paste location

Scarica i file di estensione Google maps copy-paste location in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Google maps copy-paste location Google maps copy-paste location
ID kpjmimpeabekgghehodddkpkcdhclofg
URL Ufficiale https://chromewebstore.google.com/detail/google-maps-copy-paste-lo/kpjmimpeabekgghehodddkpkcdhclofg
Descrizione Google maps copy-paste location
Dimensione del File 9.3 KB
Conteggio Installazioni 39
Versione Corrente 1.3.3
Ultimo Aggiornamento 2022-11-17
Data di Pubblicazione 2021-11-28
Sviluppatore [email protected]
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}