Portent's SEO Page Review
Review common SEO elements and issues on the page
What is Portent's SEO Page Review?
Portent's SEO Page Review is a Chrome extension developed by https://www.portent.com, and its main feature is "Review common SEO elements and issues on the page".
Extension Screenshots
Download Portent's SEO Page Review Extension CRX File
Download Portent's SEO Page Review extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Portent's SEO Page Review |
ID | babgchcegnkbiojmdpnoilficladccfm |
Official URL | https://chromewebstore.google.com/detail/portents-seo-page-review/babgchcegnkbiojmdpnoilficladccfm |
Description | Review common SEO elements and issues on the page |
File Size | 28.7 KB |
Installation Count | 7,357 |
Current Version | 1.1 |
Last Updated | 2019-11-12 |
Publish Date | 2019-11-12 |
Rating | 4.67/5 Total 9 Ratings |
Developer | https://www.portent.com |
Payment Type | free |
Supported Languages | 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" ] } |