SEORadar Diff tool

Free SEO Diff Tools

Wat is SEORadar Diff tool?

SEORadar Diff tool is een Chrome-extensie ontwikkeld door https://seoradar.com, en de belangrijkste functie is "Free SEO Diff Tools".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SEORadar Diff tool

Download SEORadar Diff tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This allows users to do a source codes and a structured comparison for SEO elements for any 2 URLs. This is specifically useful to compare:
* Staging vs. production URLs - pre-release testing 
* Mobile vs. desktop - 
* Fetched vs. rendered - to see how the JS rendered version of a page differs  
* Competitors                    

Basisinformatie over de Extensie

Naam SEORadar Diff tool SEORadar Diff tool
ID lakcgildadnfhhmanmgknoodpakfgigf
Officiële URL https://chromewebstore.google.com/detail/seoradar-diff-tool/lakcgildadnfhhmanmgknoodpakfgigf
Beschrijving Free SEO Diff Tools
Bestandsgrootte 571 KB
Aantal Installaties 253
Huidige Versie 2.4
Laatst Bijgewerkt 2022-05-18
Publicatiedatum 2020-07-29
Ontwikkelaar https://seoradar.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://seoradar.com
URL van de Privacybeleid Pagina https://www.seoradar.com/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEORadar Diff tool",
    "description": "Free SEO Diff Tools",
    "version": "2.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "\/html\/login.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-1.12.0.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}