GMBspy

Allows viewing of Google Business Profile, Google My Business "Categories" for single listings or top 20 Google search results.

GMBspyとは何ですか?

GMBspyはGeorge Nenniによって開発されたChromeの拡張機能で、その主な機能は「Allows viewing of Google Business Profile, Google My Business "Categories" for single listings or top 20 Google search results.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

GMBspy拡張機能のCRXファイルをダウンロード

GMBspy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        *NEW Version 3.01 updated December 2023 to support Google search and map updates, fix known bugs.

Do you love keeping an 👀eye on your competitors? Just wait until you try GMBspy🕵🏼

With one simple click, we show you the current categories for any Google Business Profile, or GBP (formerly known as Google My Business, or GMB, hence the name GMBspy!). You can also find common GBP categories for any top 20 search results, in either Google Maps or Google Local Finder. Audit your GBP page along with competitors and see certain listings are winning in local search!

Why are GBP Categories so important? Categories are one of Google's number one local search engine optimization (local SEO) ranking element. Categories are important content elements that help feed Google's knowledge graph, and can help improve your rankings in local Google Search. Choosing the right GBP categories is an important first step in optimizing the listing for SEO. While the GBP category information is public, it can be difficult for the average user to locate this information manually in the HTML. The GMBspy tool saves you tons of manual work, automating this "spying" process! You can even download a comma-quote-separated file with the business names and categories for the top 20 search results for any Google Maps or Google Local Finder search query. From car dealers to pizza parlors, small retailers to big box national brands, we show you all of the individual GBP categories, or the categories of matching businesses in search results, so you can see why one business may be outranking another in local Google search.

📕INSTRUCTIONS: Now that you have located the GMBspy extension in the Chrome Store, click on the “Add to Chrome” button on the top right. Once you install the GMBspy Chrome Extension you should then click on the thumbtack icon in the upper right Chrome toolbar to “pin” the GMBspy extension onto your Chrome toolbar. This will allow the extension to always appear in the toolbar, ready for action!

Next you are ready to use the extension. First you must select a GBP listing from Google Search or Google Maps, you then fire the GMBspy extension to view current categories for this individual selected listing. The default tab is “Selected”, this shows the categories for the single, selected GBP page. If you want to see the GBP Categories for listings in the “local map pack” of 3 results, simply select the Local Pack tab. If you would like to download a comma-separated-value (.csv) file containing the names, primary categories, and secondary categories of the top-20 ranked GBP listings, simply click “Download as CSV” at the bottom of the window. Once the CSV file is downloaded, it can be opened and viewed by applications such as Microsoft Excel or Apple Numbers.

👩🏻‍💻For technical support on GMBspy, 🐦Tweet to @generationsdig

Here are the top troubleshooting tips:
1. Make sure you have first selected a Google Business Profile before firing the GMBspy extension.
2. The Local Pack tab will only work when searching for a business category, vs. a specific business name. An example search would be 'coffee near me'.
2. If the extension doesn't deliver the correct business categories, or gives an error, simply refresh the Chrome browser window.
3. When all troubleshooting fails, you should remove the GMBspy extension and re-install it from the Chrome Store.

❓🕵🏼❓If you have additional questions, visit our GMBspy web page at:
https://www.generationsdigital.com/gmbspy

⭐️⭐️⭐️⭐️⭐️Thank you for your support! 🕵🏼                    

拡張機能の基本情報

名前 GMBspy GMBspy
ID hijfnlgdhfpmnckieikhinolopcolofe
公式URL https://chromewebstore.google.com/detail/gmbspy/hijfnlgdhfpmnckieikhinolopcolofe
説明 Allows viewing of Google Business Profile, Google My Business "Categories" for single listings or top 20 Google search results.
ファイルサイズ 136 KB
インストール数 28,663
現在のバージョン 3.01
最終更新日 2023-12-24
公開日 2020-08-19
評価 4.18/5 合計 40 レビュー
開発者 George Nenni
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.generationsdigital.com/gmbspy
ヘルプページのURL https://www.generationsdigital.com/gmbspy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GMBspy",
    "description": "Allows viewing of Google Business Profile, Google My Business \"Categories\" for single listings or top 20 Google search results.",
    "version": "3.01",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "images\/gmb_logo16.png",
            "32": "images\/gmb_logo32.png",
            "48": "images\/gmb_logo48.png",
            "128": "images\/gmb_logo128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/gmb_logo16.png",
        "32": "images\/gmb_logo32.png",
        "48": "images\/gmb_logo48.png",
        "128": "images\/gmb_logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/service_worker.js",
        "type": "module"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}