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

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}