SEORadar Crawl & Audit

Crawls staging site and compares to the live site. Compares source code, screenshots. get alerts to detect bugs before deployment.

什么是SEORadar Crawl & Audit?

SEORadar Crawl & Audit是由https://www.seoradar.com开发的Chrome扩展程序,该扩展的主要功能是“Crawls staging site and compares to the live site. Compares source code, screenshots. get alerts to detect bugs before deployment.”。

扩展截图

screenshot

下载SEORadar Crawl & Audit扩展crx文件

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

扩展使用说明

                        SEORadar is the SEO disaster avoidance system.   We examine changes to your pages and alert you to issues with potential dire SEO consequences.  SEORadar checks for over 100 distinct site changes and warns you when they occur.   Unplanned changes that affect SEO are an unfortunate reality when it comes to SEO; pages get no indexed, folders get blocked, rel-canonical go away and keywords get removed from titles.  
 
We take a snapshot of your website and compare it to the most recent version.   If anything that can impact SEO changes, we generate an alert.  No more surprises!   You can view our archive of HTML source, see actual changes and screenshots and know exactly what was changed and when. 

The Chrome extension allows you to test your staging site from behind the firewall.  The source code is captured and send to your severs to compare against the live version.                    

扩展基本信息

名称 SEORadar Crawl & Audit SEORadar Crawl & Audit
ID mnflogfanfkfpjfgjafblgcodacikkki
官方URL https://chromewebstore.google.com/detail/seoradar-crawl-audit/mnflogfanfkfpjfgjafblgcodacikkki
简介 Crawls staging site and compares to the live site. Compares source code, screenshots. get alerts to detect bugs before deployment.
文件大小 570 KB
安装次数 156
当前版本 2.3
更新时间 2022-05-18
上架时间 2018-07-12
评分 5.00/5 共1次评分
开发者 https://www.seoradar.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://seoardar.com
帮助页面URL https://seoradar.com
隐私政策页面URL https://www.seoradar.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEORadar Crawl & Audit",
    "description": "Crawls staging site and compares to the live site. Compares source code, screenshots. get alerts to detect bugs before deployment.",
    "version": "2.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "\/html\/login.html"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}