Ross SEO Extension

Analyze On-Page Data like never before Instantly view on-page data, including meta-tags, page URLs, canonical tags and hreflang…

¿Qué es Ross SEO Extension?

Ross SEO Extension es una extensión de Chrome desarrollada por https://rossk.com, y su función principal es "Analyze On-Page Data like never before Instantly view on-page data, including meta-tags, page URLs, canonical tags and hreflang…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Ross SEO Extension

Descarga archivos de extensión Ross SEO Extension 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

                        Analyze On-Page Data like never before

Instantly view on-page data, including meta-tags, page URLs, canonical tags and hreflang tags for each individual page.


Effortlessly View Structured Data markup

Check the schema markup entities and their implementation without looking at your Search Console error report or running a site crawler.


Analyze Your Links

Viewing, highlighting, exporting any types of links including follow, no follow, external, internal, redirects, and image links. Including links hidden via CSS code that are not visible for users.



Highlighting

No need to inspect the source code. The highlighting feature will allow you to identify if the link is in the footer, navigation menu, or within the body of the page.



Exporting

Export with a single click all links on the page and classify into follow, nofollow and image links.
Even the anchor text and its type can be viewed or exported for each link, allowing you to see the full link profile of the page.


Get tech nasty … View page status code

View the page HTTP Header and its data, such as age, date, location, IP address, cache, server response code, and more.



Need backlinks? Discover broken links

Broken link building has been a popular technique with the savvy link builder for good reason. Effortlessly find new link-building opportunities with the click of a button.

You need this tool if you are:

SEO technician.

A savvy website owner who knows a few things about SEO.

Enjoy!                    

Información Básica de la Extensión

Nombre Ross SEO Extension Ross SEO Extension
ID gdcbfgkhokcbkpcomgkkgckidimjjdma
URL Oficial https://chromewebstore.google.com/detail/ross-seo-extension/gdcbfgkhokcbkpcomgkkgckidimjjdma
Descripción Analyze On-Page Data like never before Instantly view on-page data, including meta-tags, page URLs, canonical tags and hreflang…
Tamaño del Archivo 237 KB
Cantidad de Instalaciones 408
Versión Actual 2.0.13
Última Actualización 2022-01-13
Fecha de Publicación 2021-03-31
Calificación 5.00/5 Total de 12 Calificaciones
Desarrollador https://rossk.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://rossk.com
URL de la Página de Ayuda https://rossk.com/extension-policy
URL de la Página de Política de Privacidad https://rossk.com/extension-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ross SEO Extension",
    "version": "2.0.13",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/js\/thirdParty\/axios.js",
                "lib\/js\/thirdParty\/jquery.js",
                "lib\/js\/content\/requests.js",
                "lib\/js\/content\/parse.js",
                "src\/content.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/lib\/popup.html",
        "default_title": "Ross SEO Extension"
    },
    "icons": {
        "128": "lib\/assets\/icon.128.png"
    }
}