SEO PageRank
Give the current page's SEO score, help you find issues and get advices to fix them
¿Qué es SEO PageRank?
SEO PageRank es una extensión de Chrome desarrollada por https://www.pagerankstatus.org, y su función principal es "Give the current page's SEO score, help you find issues and get advices to fix them".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SEO PageRank
Descarga archivos de extensión SEO PageRank en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | SEO PageRank |
ID | lndiecnlfaibiffoeijpjnblnmdlcpog |
URL Oficial | https://chromewebstore.google.com/detail/seo-pagerank/lndiecnlfaibiffoeijpjnblnmdlcpog |
Descripción | Give the current page's SEO score, help you find issues and get advices to fix them |
Tamaño del Archivo | 60.96 KB |
Cantidad de Instalaciones | 11,001 |
Versión Actual | 1.2.1 |
Última Actualización | 2022-11-06 |
Fecha de Publicación | 2022-11-06 |
Calificación | 3.44/5 Total de 103 Calificaciones |
Desarrollador | https://www.pagerankstatus.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |