Google News Extractor by searchanalyzer

Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com

Cos'è Google News Extractor by searchanalyzer?

Google News Extractor by searchanalyzer è un'estensione di Chrome sviluppata da https://searchanalyzer.io, e la sua funzione principale è "Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Google News Extractor by searchanalyzer

Scarica i file di estensione Google News Extractor by searchanalyzer 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

                        You are working as a SEO for a website generating a lot of traffic from Google News and it's related products? And you are looking for a convenient way to extract news ranking and topics from
- Google Search
- Google News Search
- news.google.com?

Then we have something for you: Google News Extractor.

Google News Extractor (GNE) will be your new favorite plugin. GNE extracts all relevant information about an article directly from the news results. Perform your search, click the plugin logo and paste the data in e.g., a spreadsheet. 

Use the extension to:
- Analyze rankings and ranking changes
- Identify articles for re-publishing
- Simplify your keyword research

How can we make your work even easier?                    

Informazioni di Base sull'Estensione

Nome Google News Extractor by searchanalyzer Google News Extractor by searchanalyzer
ID lopbobjcfpmlcdkkbgmapdidenkaogbd
URL Ufficiale https://chromewebstore.google.com/detail/google-news-extractor-by/lopbobjcfpmlcdkkbgmapdidenkaogbd
Descrizione Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com
Dimensione del File 67.31 KB
Conteggio Installazioni 440
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-07-23
Data di Pubblicazione 2023-02-20
Sviluppatore https://searchanalyzer.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.searchanalyzer.io/google-news-extractor-plugin
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google News Extractor by searchanalyzer",
    "version": "1.1.0",
    "description": "Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com",
    "icons": {
        "48": "img\/google-news-extractor.png"
    },
    "permissions": [
        "notifications",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "bg-loader.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*google.*\/*",
                "*:\/\/*bing.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/google-news-extractor.png",
        "default_title": "Google News Extractor"
    }
}