MREID Extractor For GMBs
This extension will attempt to get the MREID of a GMB.
Wat is MREID Extractor For GMBs?
MREID Extractor For GMBs is een Chrome-extensie ontwikkeld door iAutoM8, en de belangrijkste functie is "This extension will attempt to get the MREID of a GMB.".
Extensie Screenshots
Download het CRX-bestand van de extensie MREID Extractor For GMBs
Download MREID Extractor For GMBs-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 is a tool to try and retrieve the MREID attached to a Google My Business listing.                     Basisinformatie over de Extensie
| Naam |  | 
| ID | ekknkegilfcanmhkplgkfoefdkjmeceb | 
| Officiële URL | https://chromewebstore.google.com/detail/mreid-extractor-for-gmbs/ekknkegilfcanmhkplgkfoefdkjmeceb | 
| Beschrijving | This extension will attempt to get the MREID of a GMB. | 
| Bestandsgrootte | 30.31 KB | 
| Aantal Installaties | 1,360 | 
| Huidige Versie | 1.0.0 | 
| Laatst Bijgewerkt | 2020-02-13 | 
| Publicatiedatum | 2020-02-13 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | iAutoM8 | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://i-autom8.com | 
| Help Pagina-URL | https://i-autom8.com | 
| Ondersteunde Talen | 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"
        }
    ]
} | |