Whatsmyserp

Unlimited on-demand keyword research data inside Google search results.

Whatsmyserp là gì?

Whatsmyserp là một tiện ích mở rộng Chrome được phát triển bởi https://whatsmyserp.com, và tính năng chính của nó là "Unlimited on-demand keyword research data inside Google search results.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whatsmyserp

Tải xuống các tệp mở rộng Whatsmyserp 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

                        Research keywords without leaving your Google search results.

Whatsmyserp, previously known as WMS Everywhere, is an extension that provides keyword metrics like search volume and cost-per-click for your current search term and a collection of related search terms.

This free extension is built by WhatsMySerp.com                    

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

Tên Whatsmyserp Whatsmyserp
ID chbmoagfhnkggnhbjpoonnmhnpjdjdod
URL Chính Thức https://chromewebstore.google.com/detail/whatsmyserp/chbmoagfhnkggnhbjpoonnmhnpjdjdod
Mô tả Unlimited on-demand keyword research data inside Google search results.
Kích Thước Tệp 402 KB
Số Lần Cài Đặt 68,098
Phiên Bản Hiện Tại 1.0.15
Cập Nhật Lần Cuối 2023-04-14
Ngày Phát Hành 2020-03-25
Đánh Giá 3.86/5 Tổng số 63 Đánh Giá
Nhà Phát Triển https://whatsmyserp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://whatsmyserp.com
URL Trang Chính Sách Bảo Mật https://whatsmyserp.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsmyserp",
    "description": "Unlimited on-demand keyword research data inside Google search results.",
    "version": "1.0.15",
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_title": "Whatsmyserp"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "webNavigation",
        "storage",
        "https:\/\/*.whatsmyserp.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}