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

Was ist Google News Extractor by searchanalyzer?

Google News Extractor by searchanalyzer ist eine Chrome-Erweiterung, die von https://searchanalyzer.io entwickelt wurde, und ihr Hauptmerkmal ist "Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com".

Erweiterungsscreenshots

screenshot
screenshot

Google News Extractor by searchanalyzer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google News Extractor by searchanalyzer-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

                        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?                    

Grundlegende Informationen zur Erweiterung

Name Google News Extractor by searchanalyzer Google News Extractor by searchanalyzer
ID lopbobjcfpmlcdkkbgmapdidenkaogbd
Offizielle URL https://chromewebstore.google.com/detail/google-news-extractor-by/lopbobjcfpmlcdkkbgmapdidenkaogbd
Beschreibung Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com
Dateigröße 67.31 KB
Installationsanzahl 440
Aktuelle Version 1.1.0
Letztes Update 2023-07-23
Veröffentlichungsdatum 2023-02-20
Entwickler https://searchanalyzer.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.searchanalyzer.io/google-news-extractor-plugin
Unterstützte Sprachen 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"
    }
}