Whatsmyserp

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

Wat is Whatsmyserp?

Whatsmyserp is een Chrome-extensie ontwikkeld door https://whatsmyserp.com, en de belangrijkste functie is "Unlimited on-demand keyword research data inside Google search results.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Whatsmyserp

Download Whatsmyserp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Whatsmyserp Whatsmyserp
ID chbmoagfhnkggnhbjpoonnmhnpjdjdod
Officiële URL https://chromewebstore.google.com/detail/whatsmyserp/chbmoagfhnkggnhbjpoonnmhnpjdjdod
Beschrijving Unlimited on-demand keyword research data inside Google search results.
Bestandsgrootte 402 KB
Aantal Installaties 68,098
Huidige Versie 1.0.15
Laatst Bijgewerkt 2023-04-14
Publicatiedatum 2020-03-25
Beoordeling 3.86/5 Totaal 63 Beoordelingen
Ontwikkelaar https://whatsmyserp.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://whatsmyserp.com
URL van de Privacybeleid Pagina https://whatsmyserp.com/privacy-policy
Ondersteunde Talen 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\/*"
    ]
}