SerpWorx

SerpWorx SEO extension. Free trial version, no cc req, only $29.95 p/m. Instant SEO metrics in your search results & on any site.

O que é SerpWorx?

SerpWorx é uma extensão do Chrome desenvolvida por https://www.serpworx.com, e sua principal característica é "SerpWorx SEO extension. Free trial version, no cc req, only $29.95 p/m. Instant SEO metrics in your search results & on any site.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SerpWorx

Baixe arquivos de extensão SerpWorx no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        With the SerpWorx SEO tool you can instantly view the SEO metrics of all ranking sites for any keyword without ever leaving the Google results page or the website you're on. This is the absolute fastest way to check over 30 SEO metrics in just a click.

This is a free 3-day trial version with no CC required to try it. SerpWorx is $29.95 p/m as per our pricing page here: https://www.serpworx.com/pricing/

Step 1: Search for any keyword you want in Google.

Step 2: You'll now see all of the SEO metrics for each site in a beautiful toolbar that sits underneath every site in the search results.

Step 3: Compare each sites SEO metrics with results from Majestic SEO, Moz, aHref's and SEMrush and more.

See exactly why sites are ranking where they are and completely revolutionise your SEO workflow. It simply doesn't get any better than this!

SerpWorx also works on any website you visit too!

What's included in the SerpWorx toolbar:

Majestic SEO metrics:
1. Trust Flow & Citation Flow
2. Topical Trust Flow categories
3. Total inbound link counts for root and page URL

Moz Metrics:
1. Domain & Page Authority
2. Moz Trust
3. Mox Rank
4. Spam Score
5. Total inbound link counts for root and page URL

aHrefs Metrics.
1. Total inbound link count for root & page URL fetched from live index
2. aHrefs URL Rating
3. aHrefs Domain Rating
4. aHrefs keyword anchor text density
Note: aHrefs account required

SEMrush Metrics:
1. Total keyword visibility with search volume and positions
2. Monthly traffic

Onsite SEO Metrics
1. Total heading tag count & heading tag text
2. External Outbound link count
3. Page word count
4. Keyword density of actual search phrase on page
5. Google +1's for page
6. Facebook Shares
7. Domain first indexed (age) as per Wayback Machine
8. Site hosting location
9. Site build with technology
10.Google page speed results
11.Broken link checking & count
12.Mobile friendly check
13.Indexed pages 

Having all of these metrics provided straight under each site in the search results completely streamlines your workflow and provides you with a concise SEO analysis of each site. Become a 'SerpWorx Insider' today and start checking SEO the easy way.                    

Informações Básicas da Extensão

Nome SerpWorx SerpWorx
ID gkompgmhhdflejbdgfjlmipjpjfdoclm
URL Oficial https://chromewebstore.google.com/detail/serpworx/gkompgmhhdflejbdgfjlmipjpjfdoclm
Descrição SerpWorx SEO extension. Free trial version, no cc req, only $29.95 p/m. Instant SEO metrics in your search results & on any site.
Tamanho do Arquivo 14.79 MB
Contagem de Instalações 7,383
Versão Atual 2.3.11
Última Atualização 2023-08-10
Data de Publicação 2020-05-28
Classificação 4.40/5 Total de 45 Avaliações
Desenvolvedor https://www.serpworx.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.serpworx.com/
URL da Página de Ajuda https://www.serpworx.com/support/
URL da Página de Política de Privacidade https://www.serpworx.com/privacy
Idiomas Suportados en,fr,es,it,ro,el,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SerpWorx",
    "short_name": "The best SEO metrics made easy",
    "description": "SerpWorx SEO extension. Free trial version, no cc req, only $29.95 p\/m. Instant SEO metrics in your search results & on any site.",
    "version": "2.3.11",
    "default_locale": "en",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "24": "assets\/images\/icon24.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png",
        "256": "assets\/images\/icon256.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "assets\/js\/bg-module.js"
    },
    "minimum_chrome_version": "93",
    "action": {
        "default_title": "SerpWorx",
        "default_icon": {
            "16": "assets\/images\/icon16.png"
        },
        "default_popup": "assets\/html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/common\/jquery-2.1.3.shadowdom.js",
                "assets\/js\/common\/bootstrap.min.js",
                "assets\/js\/common\/bootstrap-switch.js",
                "assets\/js\/common\/jquery-ui.min.js",
                "assets\/js\/common\/jQuery-plugin-progressbar.js",
                "assets\/js\/common\/jquery.drag-drop.plugin.js",
                "assets\/js\/common\/Chart.min.js",
                "assets\/js\/common\/datatables.min.js",
                "assets\/js\/common\/circle-progress.js",
                "assets\/js\/main_lightbox.js",
                "assets\/js\/config.js",
                "assets\/js\/settings.js",
                "assets\/js\/majestic_categories.js",
                "assets\/js\/helper.js",
                "assets\/js\/helpers\/url_helper.js",
                "assets\/js\/helpers\/html_helper.js",
                "assets\/js\/helpers\/seo_links.js",
                "assets\/js\/helpers\/seo_average_tooltip_msg.js",
                "assets\/js\/modules_enum.js",
                "assets\/js\/toolbar.js",
                "assets\/js\/website_toolbar.js",
                "assets\/js\/common.js",
                "assets\/js\/content_script.js"
            ],
            "css": [
                "assets\/fonts\/fonts.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/google.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/*.css",
                "assets\/js\/common\/*.js",
                "assets\/images\/*.png",
                "assets\/images\/slug\/*.png",
                "assets\/images\/*.gif",
                "assets\/images\/*.svg",
                "assets\/images\/new-lightbox\/*.png",
                "assets\/images\/tech\/*.png",
                "assets\/images\/tech\/*.svg",
                "assets\/html\/*.html",
                "assets\/fonts\/*.*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}