Serp Analyzer
Serp Analyzer provides additional information about Google search results for those interested in SEO.
Serp Analyzer là gì?
Serp Analyzer là một tiện ích mở rộng Chrome được phát triển bởi mcolin.jt, và tính năng chính của nó là "Serp Analyzer provides additional information about Google search results for those interested in SEO.".
Ả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 Serp Analyzer
Tải xuống các tệp mở rộng Serp Analyzer 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
Serp Analyzer allows you to have various information about a search results page: - Ranking of each domain - Access the top 100 - Export all ranked URLs - Export People Also Ask
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Serp Analyzer |
ID | aedndhjdcajkhgfbgfokbcbbffbglcmo |
URL Chính Thức | https://chromewebstore.google.com/detail/serp-analyzer/aedndhjdcajkhgfbgfokbcbbffbglcmo |
Mô tả | Serp Analyzer provides additional information about Google search results for those interested in SEO. |
Kích Thước Tệp | 39.8 KB |
Số Lần Cài Đặt | 242 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-12-30 |
Ngày Phát Hành | 2022-12-29 |
Nhà Phát Triển | mcolin.jt |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Serp Analyzer", "version": "1.0.0", "description": "Serp Analyzer provides additional information about Google search results for those interested in SEO.", "icons": { "16": "assets\/position-16.png", "48": "assets\/position-48.png", "128": "assets\/position-128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.google.*\/search*" ], "js": [ "main.js" ], "css": [ "css\/style.css" ] } ], "web_accessible_resources": [ { "resources": [ "html\/sidebar.html", "src\/animate.js", "src\/utils.js", "src\/app.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |