MREID Extractor For GMBs

This extension will attempt to get the MREID of a GMB.

What is MREID Extractor For GMBs?

MREID Extractor For GMBs is a Chrome extension developed by iAutoM8, and its main feature is "This extension will attempt to get the MREID of a GMB.".

Extension Screenshots

screenshot
screenshot

Download MREID Extractor For GMBs Extension CRX File

Download MREID Extractor For GMBs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is a tool to try and retrieve the MREID attached to a Google My Business listing.                    

Extension Basic Information

Name MREID Extractor For GMBs MREID Extractor For GMBs
ID ekknkegilfcanmhkplgkfoefdkjmeceb
Official URL https://chromewebstore.google.com/detail/mreid-extractor-for-gmbs/ekknkegilfcanmhkplgkfoefdkjmeceb
Description This extension will attempt to get the MREID of a GMB.
File Size 30.31 KB
Installation Count 1,360
Current Version 1.0.0
Last Updated 2020-02-13
Publish Date 2020-02-13
Rating 5.00/5 Total 1 Ratings
Developer iAutoM8
Email [email protected]
Payment Type free
Extension Website https://i-autom8.com
Help Page URL https://i-autom8.com
Supported Languages 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"
        }
    ]
}