PlePer Local SEO Tools
Useful shortcuts and quick analyzes for Local SEO`s
PlePer Local SEO Tools là gì?
PlePer Local SEO Tools là một tiện ích mở rộng Chrome được phát triển bởi https://pleper.com, và tính năng chính của nó là "Useful shortcuts and quick analyzes for Local SEO`s".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PlePer Local SEO Tools
Tải xuống các tệp mở rộng PlePer Local SEO Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PlePer Local SEO Tools |
ID | cpdkchkkmcpnfgbpjjgfhcbcaceeandd |
URL Chính Thức | https://chromewebstore.google.com/detail/pleper-local-seo-tools/cpdkchkkmcpnfgbpjjgfhcbcaceeandd |
Mô tả | Useful shortcuts and quick analyzes for Local SEO`s |
Kích Thước Tệp | 54.47 KB |
Số Lần Cài Đặt | 26,510 |
Phiên Bản Hiện Tại | 1.4.3 |
Cập Nhật Lần Cuối | 2023-12-09 |
Ngày Phát Hành | 2020-09-18 |
Đánh Giá | 4.73/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://pleper.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pleper.com |
URL Trang Chính Sách Bảo Mật | https://pleper.com/index.php?do=privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |