SEORadar Crawl & Audit

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

Was ist SEORadar Crawl & Audit?

SEORadar Crawl & Audit ist eine Chrome-Erweiterung, die von https://www.seoradar.com entwickelt wurde, und ihr Hauptmerkmal ist "Crawls staging site and compares to the live site. Compares source code, screenshots. get alerts to detect bugs before deployment.".

Erweiterungsscreenshots

screenshot

SEORadar Crawl & Audit-Erweiterungs-CRX-Datei herunterladen

Laden Sie SEORadar Crawl & Audit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SEORadar Crawl & Audit SEORadar Crawl & Audit
ID mnflogfanfkfpjfgjafblgcodacikkki
Offizielle URL https://chromewebstore.google.com/detail/seoradar-crawl-audit/mnflogfanfkfpjfgjafblgcodacikkki
Beschreibung Crawls staging site and compares to the live site. Compares source code, screenshots. get alerts to detect bugs before deployment.
Dateigröße 570 KB
Installationsanzahl 156
Aktuelle Version 2.3
Letztes Update 2022-05-18
Veröffentlichungsdatum 2018-07-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.seoradar.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://seoardar.com
Hilfeseite URL https://seoradar.com
URL der Datenschutzrichtlinien-Seite https://www.seoradar.com/privacy-policy
Unterstützte Sprachen 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",
        ""
    ]
}