One Click SEO Checker
Access all important SEO score with one click!
One Click SEO Checkerとは何ですか?
One Click SEO CheckerはSuvaanceによって開発されたChromeの拡張機能で、その主な機能は「Access all important SEO score with one click!」です。
拡張機能のスクリーンショット
One Click SEO Checker拡張機能のCRXファイルをダウンロード
One Click SEO Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | One Click SEO Checker |
ID | icdlcbfmgeighnnidmijmgbginpnngkp |
公式URL | https://chromewebstore.google.com/detail/one-click-seo-checker/icdlcbfmgeighnnidmijmgbginpnngkp |
説明 | Access all important SEO score with one click! |
ファイルサイズ | 20.98 KB |
インストール数 | 595 |
現在のバージョン | 2.0 |
最終更新日 | 2022-10-13 |
公開日 | 2020-11-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Suvaance |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.suvaance.com/ |
ヘルプページのURL | https://www.suvaance.com/tools/chrome-extensions/ |
対応言語 | 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" } } |