Keysearch Keyword Difficulty Checker
Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…
Qu'est-ce que Keysearch Keyword Difficulty Checker ?
Keysearch Keyword Difficulty Checker est une extension Chrome développée par https://www.keysearch.co, et sa fonction principale est "Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keysearch Keyword Difficulty Checker
Téléchargez les fichiers d'extension Keysearch Keyword Difficulty 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
Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty of any keyword.
Informations de Base sur l'Extension
Nom | |
ID | ddfgjnanmjigjclllpnfmhmjlihmlobf |
URL Officiel | https://chromewebstore.google.com/detail/keysearch-keyword-difficu/ddfgjnanmjigjclllpnfmhmjlihmlobf |
Description | Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty… |
Taille du Fichier | 140 KB |
Nombre d'Installations | 3,871 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2022-01-04 |
Date de Publication | 2019-06-30 |
Évaluation | 3.44/5 Total 16 Évaluations |
Développeur | https://www.keysearch.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.keysearch.co |
URL de la Page de Politique de Confidentialité | https://www.keysearch.co/application/index/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhyD44EXrvGpLySo6qgZI7Q7IIZ746huZRiMSKfPj\/3RhOXNurUGsdau2WRP8B2+OudKvgrG667SxoytHVq00xUg+HvV822j9HUYuzoZuKvJiUBC4ZsjW\/M0LrdHP3pbL7k2HJSmN\/Bv+NgTitjZL816MU3dmH1YHGny5RQEbGV+pME2mQFSyD9QV9Tb\/dAdKxNMs58smzup4aD6X\/eMNfhildKwWUKENBFLNezL5dfgnP2WKQcPCis7wZwGJXHpLLSK7p6IGUJZszGTb8JxNAbioekeGKeAdRzbG4gEE4igpdeMsWhmqICahnfPpPhjmGzz7pXZp1XR4iKFxssxPMwIDAQAB", "manifest_version": 2, "name": "Keysearch Keyword Difficulty Checker", "offline_enabled": true, "permissions": [ "storage", "tabs", "unlimitedStorage" ], "version": "1.4" } |