PlePer Local SEO Tools

Useful shortcuts and quick analyzes for Local SEO`s

什麼是PlePer Local SEO Tools?

PlePer Local SEO Tools是由https://pleper.com開發的Chrome擴展程式,該擴展的主要功能是“Useful shortcuts and quick analyzes for Local SEO`s”。

擴展截圖

screenshot
screenshot
screenshot

下載PlePer Local SEO Tools擴展crx文件

下載PlePer Local SEO Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The extension offers collection of tools and shortcuts for Local SEO's. 

With this extension you get detailed information for every google my business listing in Maps, Local Finder, Knowledge panel and making four different analysis based on maps search results.

Listing details returned by the extension: Name / Address / Phone / All Categories / Verification status / Attributes / Coordinates / All important Google ID’s (CID, Place ID, Knowledge Graph ID) / Export function / Pin function / Links to popular business directories, search engines, different website analysis tools (Speed Test / Mobile Friendly Test / Whois information / Domain backlink analysis etc ). For US listing direct link to corespondig Secretary of state business lookup website.

Four different analyzes when searching in Maps: 
- Categories - top categories used, average categories per listing, max categories per listing;
- Reviews - average rating and reviews, maximum/minimum rating and reviews, listings without reviews;
- Attributes - all the attributes used;
- Business Hours - when business are open and the average business hours;

Pin function - the listing information on any website with keyboard combination (CTRL + ALT + E). Easiest way to compare / enter data anywhere.

The chrome extension is plug and play - no settings or configuration needed!

Instructions:
1. Install the extension
2. Open in new tab google maps
3. Make a search and you will see the analyses. 
4. Select any listing from the results and you will see the details.                    

擴展基本資訊

名稱 PlePer Local SEO Tools PlePer Local SEO Tools
ID cpdkchkkmcpnfgbpjjgfhcbcaceeandd
官方網址 https://chromewebstore.google.com/detail/pleper-local-seo-tools/cpdkchkkmcpnfgbpjjgfhcbcaceeandd
簡介 Useful shortcuts and quick analyzes for Local SEO`s
檔案大小 54.47 KB
安裝次數 26,510
目前版本 1.4.3
更新時間 2023-12-09
上架時間 2020-09-18
評分 4.73/5 共 15 次評分
開發者 https://pleper.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pleper.com
隱私政策頁面URL https://pleper.com/index.php?do=privacy_policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "Logo.png",
        "default_popup": "options.html",
        "default_title": "PlePer Local SEO Extension"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "includes\/listener.js",
                "includes\/purify.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Useful shortcuts and quick analyzes for Local SEO`s",
    "icons": {
        "128": "Logo.png",
        "16": "Logo.png",
        "48": "Logo.png"
    },
    "manifest_version": 3,
    "name": "PlePer Local SEO Tools",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "scripting"
    ],
    "version": "1.4.3",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "includes\/xhr.js",
                "includes\/near_by_search.js"
            ]
        }
    ]
}