Portent's SEO Page Review
Review common SEO elements and issues on the page
Cos'è Portent's SEO Page Review?
Portent's SEO Page Review è un'estensione di Chrome sviluppata da https://www.portent.com, e la sua funzione principale è "Review common SEO elements and issues on the page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Portent's SEO Page Review
Scarica i file di estensione Portent's SEO Page Review in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | babgchcegnkbiojmdpnoilficladccfm |
| URL Ufficiale | https://chromewebstore.google.com/detail/portents-seo-page-review/babgchcegnkbiojmdpnoilficladccfm |
| Descrizione | Review common SEO elements and issues on the page |
| Dimensione del File | 28.7 KB |
| Conteggio Installazioni | 7,357 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2019-11-12 |
| Data di Pubblicazione | 2019-11-12 |
| Valutazione | 4.67/5 Totale 9 Valutazioni |
| Sviluppatore | https://www.portent.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |