SERP Analyzer - Show domain owner & IP

Show IP Info & Country flag & domain owner. Adds a counter and domain owner next to search results to show it's ranking and name.

SERP Analyzer - Show domain owner & IP là gì?

SERP Analyzer - Show domain owner & IP là một tiện ích mở rộng Chrome được phát triển bởi https://leadscloud.github.io, và tính năng chính của nó là "Show IP Info & Country flag & domain owner. Adds a counter and domain owner next to search results to show it's ranking and name.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SERP Analyzer - Show domain owner & IP

Tải xuống các tệp mở rộng SERP Analyzer - Show domain owner & IP 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

                        show the position and url author name in SERP listing item when you search some keywords, such as "silica sand crusher".

extension will request server to check the url have any author info. if get the url info, will show the url author name in search engine results list or in extension icon. if server have no url info, will not show any author info.

Pop window display Website Country Flag. Website IP info - include: ipv4, ipv6, location, country, asn, port

No personal data will be transmitted or stored. However, extension handles user's settings only to analyze trends for how extension are used.

Privacy Policy – https://leadscloud.github.io/serp-analyzer/privacy.html

Function:
- Google SERP counter. Adds the position of search results next to search results in Google, Yahoo, Bing. This minor feature helps you quickly identify the position of a website in the SERPs.
- Adds the author name of search results hostname in SERP results.
- show website ip country flag.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SERP Analyzer - Show domain owner & IP SERP Analyzer - Show domain owner & IP
ID ifbiiojnbgljbjffmacihhdkeomdkifc
URL Chính Thức https://chromewebstore.google.com/detail/serp-analyzer-show-domain/ifbiiojnbgljbjffmacihhdkeomdkifc
Mô tả Show IP Info & Country flag & domain owner. Adds a counter and domain owner next to search results to show it's ranking and name.
Kích Thước Tệp 699 KB
Số Lần Cài Đặt 1,482
Phiên Bản Hiện Tại 3.3.2
Cập Nhật Lần Cuối 2023-04-04
Ngày Phát Hành 2020-10-20
Đánh Giá 4.96/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://leadscloud.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://leadscloud.github.io/serp-analyzer/
URL Trang Trợ Giúp https://leadscloud.github.io/about/
URL Trang Chính Sách Bảo Mật https://leadscloud.github.io/serp-analyzer/privacy.html
Ngôn Ngữ Được Hỗ Trợ de,en,en-GB,fr,nl,es,it,pl,ru,iw,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortname__",
    "description": "__MSG_longdesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.facebook.net\/*",
                "*:\/\/*.fbcdn.net\/*",
                "*:\/\/*.akamaihd.net\/*",
                "*:\/\/*.virtualearth.net\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/chrome.google.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "styles\/contentScript.css"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "background",
        "tabs",
        "webRequest",
        "storage",
        "contextMenus"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "SERP Analyzer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "19": "icons\/icon_19.png",
            "32": "icons\/icon_32.png",
            "38": "icons\/icon_38.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png",
            "256": "icons\/icon_256.png",
            "512": "icons\/icon_512.png",
            "1024": "icons\/icon_1024.png"
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "19": "icons\/icon_19.png",
        "32": "icons\/icon_32.png",
        "38": "icons\/icon_38.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png",
        "512": "icons\/icon_512.png",
        "1024": "icons\/icon_1024.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/flags\/*",
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "3.3.2",
    "author": "Ray",
    "homepage_url": "https:\/\/leadscloud.github.io\/serp-analyzer\/"
}