SEO Turbo Website Analyser
Easy to use SEO analysis tool with free downloadable reports
SEO Turbo Website Analyserとは何ですか?
SEO Turbo Website AnalyserはWildfire Concepts Pty Ltdによって開発されたChromeの拡張機能で、その主な機能は「Easy to use SEO analysis tool with free downloadable reports」です。
拡張機能のスクリーンショット
SEO Turbo Website Analyser拡張機能のCRXファイルをダウンロード
SEO Turbo Website Analyser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy to use SEO analysis tool for any website with free downloadable complete report. Input a website address and you'll get a complete review in moments, showing you: Meta Title Meta Description Meta Keywords Headings Google Preview Missing Image Alt Attribute Keywords Cloud Keyword Consistency Text/HTML Ratio GZIP Compression Test WWW / NON-WWW Resolve IP Canonicalization XML Sitemap Robots.txt URL Rewrite Underscores in the URLs Embedded Objects Iframe Check Domain Registration WHOIS Data Indexed Pages Count (Google) Backlinks Counter URL Count Favicon Test Custom 404 Page Test Page Size Website Load Time PageSpeed Insights (Desktop) Language Check Domain Availability Typo Availability Email Privacy Safe Browsing Mobile Friendliness Mobile Preview Screenshot Mobile Compatibility PageSpeed Insights (Mobile) Server IP Server Location Hosting Service Provider Speed Tips Analytics W3C Validity Doc Type Encoding Facebook Likes Count PlusOne Count StumbleUpon Count LinkedIn Count Estimated Worth Alexa Global Rank Visitors Localization In-Page Links Broken Links
拡張機能の基本情報
名前 | |
ID | gpklljlmhdbdgcdakkgccjidmdhedfnb |
公式URL | https://chrome.google.com/webstore/detail/seo-turbo-website-analyse/gpklljlmhdbdgcdakkgccjidmdhedfnb |
説明 | Easy to use SEO analysis tool with free downloadable reports |
ファイルサイズ | 18.36 KB |
インストール数 | 142 |
現在のバージョン | 1.0 |
最終更新日 | 2017-08-31 |
公開日 | 2017-08-31 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Wildfire Concepts Pty Ltd |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEO Turbo Website Analyser", "manifest_version": 2, "short_name": "turboreviewer", "description": "Easy to use SEO analysis tool with free downloadable reports", "version": "1.0", "background": { "persistent": false, "scripts": [ "OneSignal2.js", "background.js" ] }, "browser_action": { "default_icon": "16px_61-1504167942.png" }, "icons": { "128": "128px_61-1504167946.png" }, "permissions": [ "gcm", "storage", "notifications", "identity" ] } |