Whatsmyserp

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

Whatsmyserpคืออะไร?

Whatsmyserp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://whatsmyserp.com และคุณลักษณะหลักของมันคือ "Unlimited on-demand keyword research data inside Google search results."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whatsmyserp

ดาวน์โหลดไฟล์ส่วนขยาย Whatsmyserp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Whatsmyserp Whatsmyserp
ID chbmoagfhnkggnhbjpoonnmhnpjdjdod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whatsmyserp/chbmoagfhnkggnhbjpoonnmhnpjdjdod
คำอธิบาย Unlimited on-demand keyword research data inside Google search results.
ขนาดไฟล์ 402 KB
จำนวนการติดตั้ง 68,098
เวอร์ชันปัจจุบัน 1.0.15
อัปเดตครั้งล่าสุด 2023-04-14
วันที่เผยแพร่ 2020-03-25
คะแนน 3.86/5 รวมทั้งหมด 63 คะแนน
ผู้พัฒนา https://whatsmyserp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://whatsmyserp.com
URL หน้านโยบายความเป็นส่วนตัว https://whatsmyserp.com/privacy-policy
ภาษาที่รองรับ 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\/*"
    ]
}