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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *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
이메일 [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'"
    }
}