SEORadar Crawl & Audit

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

Vad är SEORadar Crawl & Audit?

SEORadar Crawl & Audit är en Chrome-tillägg utvecklad av https://www.seoradar.com, och dess huvudfunktion är "Crawls staging site and compares to the live site. Compares source code, screenshots. get alerts to detect bugs before deployment.".

Tilläggsskärmbilder

screenshot

Ladda ner SEORadar Crawl & Audit-förlängningens CRX-fil

Ladda ner SEORadar Crawl & Audit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SEORadar Crawl & Audit SEORadar Crawl & Audit
ID mnflogfanfkfpjfgjafblgcodacikkki
Officiell webbadress https://chromewebstore.google.com/detail/seoradar-crawl-audit/mnflogfanfkfpjfgjafblgcodacikkki
Beskrivning Crawls staging site and compares to the live site. Compares source code, screenshots. get alerts to detect bugs before deployment.
Filstorlek 570 KB
Antal Installationer 156
Aktuell Version 2.3
Senast Uppdaterad 2022-05-18
Publiceringsdatum 2018-07-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.seoradar.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://seoardar.com
Hjälpsida URL https://seoradar.com
URL till Sekretesspolicy Sidan https://www.seoradar.com/privacy-policy
Stödda Språk 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",
        ""
    ]
}