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.

什么是SerpWorx?

SerpWorx是由https://www.serpworx.com开发的Chrome扩展程序,该扩展的主要功能是“SerpWorx SEO extension. Free trial version, no cc req, only $29.95 p/m. Instant SEO metrics in your search results & on any site.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载SerpWorx扩展crx文件

下载SerpWorx扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SerpWorx SerpWorx
ID gkompgmhhdflejbdgfjlmipjpjfdoclm
官方URL https://chromewebstore.google.com/detail/serpworx/gkompgmhhdflejbdgfjlmipjpjfdoclm
简介 SerpWorx SEO extension. Free trial version, no cc req, only $29.95 p/m. Instant SEO metrics in your search results & on any site.
文件大小 14.79 MB
安装次数 7,383
当前版本 2.3.11
更新时间 2023-08-10
上架时间 2020-05-28
评分 4.40/5 共45次评分
开发者 https://www.serpworx.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.serpworx.com/
帮助页面URL https://www.serpworx.com/support/
隐私政策页面URL https://www.serpworx.com/privacy
支持的语言 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:\/\/*\/*"
            ]
        }
    ]
}