RankBio - SEO & Website Analysis
RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...
RankBio - SEO & Website Analysisとは何ですか?
RankBio - SEO & Website Analysisはhttps://rankbio.comによって開発されたChromeの拡張機能で、その主な機能は「RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...」です。
拡張機能のスクリーンショット
RankBio - SEO & Website Analysis拡張機能のCRXファイルをダウンロード
RankBio - SEO & Website Analysis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WHAT WE DO?
Estimation Traffic and Earnings
Google PageSpeed Insights
Speed And Optimization Tips
Desktop/Mobile Preview
Information Server
Alexa Rank
ALSO, WE CHECK:
Page Authority
Moz Rank
Bounce Rate
Keyword Consistency
Meta Keywords
Meta Description
Google Preview
Domain Age
Page Size 拡張機能の基本情報
| 名前 | |
| ID | mhkpkkjnffeienbjonfiekdmgbcohgmp |
| 公式URL | https://chromewebstore.google.com/detail/rankbio-seo-website-analy/mhkpkkjnffeienbjonfiekdmgbcohgmp |
| 説明 | RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more... |
| ファイルサイズ | 91.43 KB |
| インストール数 | 359 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2017-12-11 |
| 公開日 | 2017-12-11 |
| 評価 | 4.00/5 合計 7 レビュー |
| 開発者 | https://rankbio.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | http://rankbio.com/contact |
| プライバシーポリシーページのURL | http://rankbio.com/pages/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RankBio - SEO & Website Analysis",
"short_name": "RankBio",
"description": "RankBio.com a free tool to check Your Website SEO, Analysis, Backlinks, Indexed, technologies, domain authority and more...",
"version": "1.0.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"webNavigation",
"tabs"
],
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"jquery.min.js",
"app.js",
"background.js"
]
}
} | |