SEORadar Diff tool

Free SEO Diff Tools

Was ist SEORadar Diff tool?

SEORadar Diff tool ist eine Chrome-Erweiterung, die von https://seoradar.com entwickelt wurde, und ihr Hauptmerkmal ist "Free SEO Diff Tools".

Erweiterungsscreenshots

screenshot

SEORadar Diff tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie SEORadar Diff tool-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name SEORadar Diff tool SEORadar Diff tool
ID lakcgildadnfhhmanmgknoodpakfgigf
Offizielle URL https://chromewebstore.google.com/detail/seoradar-diff-tool/lakcgildadnfhhmanmgknoodpakfgigf
Beschreibung Free SEO Diff Tools
Dateigröße 571 KB
Installationsanzahl 253
Aktuelle Version 2.4
Letztes Update 2022-05-18
Veröffentlichungsdatum 2020-07-29
Entwickler https://seoradar.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite 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 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",
        ""
    ]
}