Keyword Checker

Check for missing keywords in the content of the current web page.

Was ist Keyword Checker?

Keyword Checker ist eine Chrome-Erweiterung, die von https://www.bigtechies.com entwickelt wurde, und ihr Hauptmerkmal ist "Check for missing keywords in the content of the current web page.".

Erweiterungsscreenshots

screenshot

Keyword Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Keyword Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Keyword Checker Chrome Extension
Keyword Checker is a Google Chrome extension that helps you check for missing keywords in the content of the current web page. The extension works by analyzing the content of the page and comparing it to a list of predefined keywords.                    

Grundlegende Informationen zur Erweiterung

Name Keyword Checker Keyword Checker
ID plndmgedaicbgmocifcjmimognpdnhjf
Offizielle URL https://chromewebstore.google.com/detail/keyword-checker/plndmgedaicbgmocifcjmimognpdnhjf
Beschreibung Check for missing keywords in the content of the current web page.
Dateigröße 38.44 KB
Installationsanzahl 425
Aktuelle Version 1.2
Letztes Update 2023-06-19
Veröffentlichungsdatum 2023-05-22
Bewertung 4.88/5 Insgesamt 8 Bewertungen
Entwickler https://www.bigtechies.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.bigtechies.com/
Hilfeseite URL https://github.com/AleemIqbal/keyword-checker-extension
Unterstützte Sprachen en-US
manifest.json
{
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Keyword Checker"
    },
    "description": "Check for missing keywords in the content of the current web page.",
    "icons": {
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkRE5hQ\/JWsQai3hjO6DrPILHjGy3cUgfT2GzWP50HO09E6Lzg0z7kYwHiBx2x9X9Xr9ixzzo5znRozzTsvyZ\/d51FYOBLi3vuVtGyTQ7rIfJtfg9BUdipV\/V\/gmjBqk+zhqF74PfN2TsbqbMda8ZG\/5vCFERE9WxDtMwe3b5hBV580xS1lx3EV6\/3+VJfdz3JphuyI077ZmN1vPethqGspHZbaeprvgf5n7Iokoi04Qf+oCKOg1EpgEZSwI5FitSOYEUAsmoRlNCyD4xN5hgoqBBHQ+\/ds+Qy4Uifbo5nKUH\/p3KYuq3RRKw2mjAJdr+zmZemYPK65iX0+eoRVUhEQIDAQAB",
    "manifest_version": 3,
    "name": "Keyword Checker",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}