MREID Extractor For GMBs
This extension will attempt to get the MREID of a GMB.
Cos'è MREID Extractor For GMBs?
MREID Extractor For GMBs è un'estensione di Chrome sviluppata da iAutoM8, e la sua funzione principale è "This extension will attempt to get the MREID of a GMB.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MREID Extractor For GMBs
Scarica i file di estensione MREID Extractor For GMBs 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 is a tool to try and retrieve the MREID attached to a Google My Business listing.                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | ekknkegilfcanmhkplgkfoefdkjmeceb | 
| URL Ufficiale | https://chromewebstore.google.com/detail/mreid-extractor-for-gmbs/ekknkegilfcanmhkplgkfoefdkjmeceb | 
| Descrizione | This extension will attempt to get the MREID of a GMB. | 
| Dimensione del File | 30.31 KB | 
| Conteggio Installazioni | 1,360 | 
| Versione Corrente | 1.0.0 | 
| Ultimo Aggiornamento | 2020-02-13 | 
| Data di Pubblicazione | 2020-02-13 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | iAutoM8 | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://i-autom8.com | 
| URL della Pagina di Aiuto | https://i-autom8.com | 
| Lingue Supportate | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MREID Extractor For GMBs",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This extension will attempt to get the MREID of a GMB.",
    "homepage_url": "https:\/\/i-autom8.com",
    "icons": {
        "16": "icons\/mreid-16.png",
        "48": "icons\/mreid-48.png",
        "128": "icons\/mreid-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/mreid-19.png",
        "default_title": "page action demo"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "*:\/\/maps.google.com\/*",
        "*:\/\/www.google.com\/maps\/*",
        "*:\/\/google.com\/maps\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/maps.google.com\/*",
                "*:\/\/www.google.com\/maps\/*",
                "*:\/\/google.com\/maps\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
} | |