Portent's SEO Page Review
Review common SEO elements and issues on the page
Portent's SEO Page Reviewとは何ですか?
Portent's SEO Page Reviewはhttps://www.portent.comによって開発されたChromeの拡張機能で、その主な機能は「Review common SEO elements and issues on the page」です。
拡張機能のスクリーンショット
Portent's SEO Page Review拡張機能のCRXファイルをダウンロード
Portent's SEO Page Review拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Portent’s SEO Page Review Chrome Extension is a lightweight browser add-on that reviews basic onsite SEO elements. It pulls the essential elements like Title Tags, Meta Description, Canonical tag, HREFLANG tags, on-page links, Open Graph, Twittercard, and all other meta data so you can quickly view the elements on the page.
拡張機能の基本情報
名前 | Portent's SEO Page Review |
ID | babgchcegnkbiojmdpnoilficladccfm |
公式URL | https://chromewebstore.google.com/detail/portents-seo-page-review/babgchcegnkbiojmdpnoilficladccfm |
説明 | Review common SEO elements and issues on the page |
ファイルサイズ | 28.7 KB |
インストール数 | 7,357 |
現在のバージョン | 1.1 |
最終更新日 | 2019-11-12 |
公開日 | 2019-11-12 |
評価 | 4.67/5 合計 9 レビュー |
開発者 | https://www.portent.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Portent's SEO Page Review", "description": "Review common SEO elements and issues on the page", "version": "1.1", "background": { "scripts": [ "event.js" ], "persistent": false }, "browser_action": { "default_icon": "icon-blue.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |