NativeRank SEO Stats
Explore our free and best-in-class SEO tool to analyze your website's SEO stats.
NativeRank SEO Statsとは何ですか?
NativeRank SEO StatsはNative Rankによって開発されたChromeの拡張機能で、その主な機能は「Explore our free and best-in-class SEO tool to analyze your website's SEO stats.」です。
拡張機能のスクリーンショット
NativeRank SEO Stats拡張機能のCRXファイルをダウンロード
NativeRank SEO Stats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Native Rank is a premier provider of digital marketing and advertising solutions. At Native Rank, we know that to grow your business you must have a winning formula for success, and we strive to provide that every day for our clients. Use our extension to analyze SEO stats of your website and reach out to us if you have any questions.
拡張機能の基本情報
名前 | NativeRank SEO Stats |
ID | kkimhbeindblnefpbadmjagcmidamage |
公式URL | https://chromewebstore.google.com/detail/nativerank-seo-stats/kkimhbeindblnefpbadmjagcmidamage |
説明 | Explore our free and best-in-class SEO tool to analyze your website's SEO stats. |
ファイルサイズ | 105 KB |
インストール数 | 232 |
現在のバージョン | 1.11 |
最終更新日 | 2019-03-31 |
公開日 | 2019-03-26 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Native Rank |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NativeRank SEO Stats", "description": "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.", "version": "1.11", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/icon19.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": false, "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 2, "short_name": "NR SEO Stats", "permissions": [ "activeTab" ] } |