One Click SEO Checker
Access all important SEO score with one click!
Qu'est-ce que One Click SEO Checker ?
One Click SEO Checker est une extension Chrome développée par Suvaance, et sa fonction principale est "Access all important SEO score with one click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension One Click SEO Checker
Téléchargez les fichiers d'extension One Click SEO 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
One Click SEO Checker is a Chrome extension developed by Suvaance Team to provide quick access to major SEO metrics with one click. Open any website. Right click on the page and click the One Click SEO Checker on the context menu. it will open different tabs in your browser and each tab will show specific metric that you normally access with individual tool. But here you access all those data in one click! With One Click SEO Checker, you can access; ★ Google Indexed pages ★ Google Mobile-friendly Test Report ★ Google Page Speed Insights score ★ Google Rich snippet test report ★ Moz Domain Authority Score, Spam Score etc ★ Link Metrics From Majestic ★ On-site metrics From SEOptimer ★ And many more.
Informations de Base sur l'Extension
Nom | One Click SEO Checker |
ID | icdlcbfmgeighnnidmijmgbginpnngkp |
URL Officiel | https://chromewebstore.google.com/detail/one-click-seo-checker/icdlcbfmgeighnnidmijmgbginpnngkp |
Description | Access all important SEO score with one click! |
Taille du Fichier | 20.98 KB |
Nombre d'Installations | 595 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2022-10-13 |
Date de Publication | 2020-11-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Suvaance |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.suvaance.com/ |
URL de la Page d'Aide | https://www.suvaance.com/tools/chrome-extensions/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Click SEO Checker", "short_name": "One Click SEO Checker", "description": "Access all important SEO score with one click!", "version": "2.0", "action": [], "manifest_version": 3, "background": { "service_worker": "script.js" }, "host_permissions": [ "https:\/\/moz.com\/*", "https:\/\/majestic.com\/*", "https:\/\/www.seoptimer.com\/*" ], "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |