One Click SEO Checker

Access all important SEO score with one click!

What is One Click SEO Checker?

One Click SEO Checker is a Chrome extension developed by Suvaance, and its main feature is "Access all important SEO score with one click!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download One Click SEO Checker Extension CRX File

Download One Click SEO Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name One Click SEO Checker One Click SEO Checker
ID icdlcbfmgeighnnidmijmgbginpnngkp
Official URL https://chromewebstore.google.com/detail/one-click-seo-checker/icdlcbfmgeighnnidmijmgbginpnngkp
Description Access all important SEO score with one click!
File Size 20.98 KB
Installation Count 595
Current Version 2.0
Last Updated 2022-10-13
Publish Date 2020-11-19
Rating 5.00/5 Total 1 Ratings
Developer Suvaance
Email [email protected]
Payment Type free
Extension Website https://www.suvaance.com/
Help Page URL https://www.suvaance.com/tools/chrome-extensions/
Supported Languages 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"
    }
}