SEORadar Diff tool

Free SEO Diff Tools

Cos'è SEORadar Diff tool?

SEORadar Diff tool è un'estensione di Chrome sviluppata da https://seoradar.com, e la sua funzione principale è "Free SEO Diff Tools".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SEORadar Diff tool

Scarica i file di estensione SEORadar Diff tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SEORadar Diff tool SEORadar Diff tool
ID lakcgildadnfhhmanmgknoodpakfgigf
URL Ufficiale https://chromewebstore.google.com/detail/seoradar-diff-tool/lakcgildadnfhhmanmgknoodpakfgigf
Descrizione Free SEO Diff Tools
Dimensione del File 571 KB
Conteggio Installazioni 253
Versione Corrente 2.4
Ultimo Aggiornamento 2022-05-18
Data di Pubblicazione 2020-07-29
Sviluppatore https://seoradar.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://seoradar.com
URL della Pagina della Politica sulla Privacy https://www.seoradar.com/privacy-policy
Lingue Supportate 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",
        ""
    ]
}