MREID Extractor For GMBs

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

Apa itu MREID Extractor For GMBs?

MREID Extractor For GMBs adalah ekstensi Chrome yang dikembangkan oleh iAutoM8, dan fitur utamanya adalah "This extension will attempt to get the MREID of a GMB.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi MREID Extractor For GMBs

Unduh file ekstensi MREID Extractor For GMBs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama MREID Extractor For GMBs MREID Extractor For GMBs
ID ekknkegilfcanmhkplgkfoefdkjmeceb
URL Resmi https://chromewebstore.google.com/detail/mreid-extractor-for-gmbs/ekknkegilfcanmhkplgkfoefdkjmeceb
Deskripsi This extension will attempt to get the MREID of a GMB.
Ukuran File 30.31 KB
Jumlah Instalasi 1,360
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-02-13
Tanggal Publikasi 2020-02-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang iAutoM8
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://i-autom8.com
URL Halaman Bantuan https://i-autom8.com
Bahasa yang Didukung 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"
        }
    ]
}