SEORadar Diff tool

Free SEO Diff Tools

Co to jest SEORadar Diff tool?

SEORadar Diff tool to rozszerzenie Chrome opracowane przez https://seoradar.com, a jego główną funkcją jest „Free SEO Diff Tools”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SEORadar Diff tool

Pobierz pliki rozszerzeń SEORadar Diff tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa SEORadar Diff tool SEORadar Diff tool
ID lakcgildadnfhhmanmgknoodpakfgigf
Oficjalny URL https://chromewebstore.google.com/detail/seoradar-diff-tool/lakcgildadnfhhmanmgknoodpakfgigf
Opis Free SEO Diff Tools
Rozmiar pliku 571 KB
Liczba instalacji 253
Aktualna Wersja 2.4
Ostatnia Aktualizacja 2022-05-18
Data Publikacji 2020-07-29
Deweloper https://seoradar.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://seoradar.com
Adres URL Strony Polityki Prywatności https://www.seoradar.com/privacy-policy
Obsługiwane Języki 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",
        ""
    ]
}