Keyword Checker

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

Qu'est-ce que Keyword Checker ?

Keyword Checker est une extension Chrome développée par https://www.bigtechies.com, et sa fonction principale est "Check for missing keywords in the content of the current web page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Keyword Checker

Téléchargez les fichiers d'extension Keyword Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Keyword Checker Keyword Checker
ID plndmgedaicbgmocifcjmimognpdnhjf
URL Officiel https://chromewebstore.google.com/detail/keyword-checker/plndmgedaicbgmocifcjmimognpdnhjf
Description Check for missing keywords in the content of the current web page.
Taille du Fichier 38.44 KB
Nombre d'Installations 425
Version Actuelle 1.2
Dernière Mise à Jour 2023-06-19
Date de Publication 2023-05-22
Évaluation 4.88/5 Total 8 Évaluations
Développeur https://www.bigtechies.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.bigtechies.com/
URL de la Page d'Aide https://github.com/AleemIqbal/keyword-checker-extension
Langues Prises en Charge 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"
}