SEO PageRank
Give the current page's SEO score, help you find issues and get advices to fix them
Cos'è SEO PageRank?
SEO PageRank è un'estensione di Chrome sviluppata da https://www.pagerankstatus.org, e la sua funzione principale è "Give the current page's SEO score, help you find issues and get advices to fix them".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SEO PageRank
Scarica i file di estensione SEO PageRank 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
Give an SEO score based on the following content on the page: 1.Url 2. Title 3. Description 4. Article length 5. Article structure 6. Images 7. Head tags
Informazioni di Base sull'Estensione
Nome | SEO PageRank |
ID | lndiecnlfaibiffoeijpjnblnmdlcpog |
URL Ufficiale | https://chromewebstore.google.com/detail/seo-pagerank/lndiecnlfaibiffoeijpjnblnmdlcpog |
Descrizione | Give the current page's SEO score, help you find issues and get advices to fix them |
Dimensione del File | 60.96 KB |
Conteggio Installazioni | 11,001 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2022-11-06 |
Data di Pubblicazione | 2022-11-06 |
Valutazione | 3.44/5 Totale 103 Valutazioni |
Sviluppatore | https://www.pagerankstatus.org |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SEO PageRank", "description": "Give the current page's SEO score, help you find issues and get advices to fix them", "version": "1.2.1", "icons": { "128": "img\/logo-128.png", "16": "img\/logo-16.png", "48": "img\/logo-48.png" }, "background": { "service_worker": "\/background.js" }, "action": { "default_icon": "img\/logo.png", "default_title": "SEO PageRank", "name": "SEO PageRank", "default_popup": "popup.html" }, "homepage_url": "https:\/\/www.pagerankstatus.org", "permissions": [ "activeTab" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/content.js" ] } ] } |