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

Co je Google News Extractor by searchanalyzer?

Google News Extractor by searchanalyzer je rozšíření Chrome vyvinuté https://searchanalyzer.io, a jeho hlavní funkcí je „Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Google News Extractor by searchanalyzer

Stáhněte si soubory rozšíření Google News Extractor by searchanalyzer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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?                    

Základní Informace o Rozšíření

Název Google News Extractor by searchanalyzer Google News Extractor by searchanalyzer
ID lopbobjcfpmlcdkkbgmapdidenkaogbd
Oficiální URL https://chromewebstore.google.com/detail/google-news-extractor-by/lopbobjcfpmlcdkkbgmapdidenkaogbd
Popis Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com
Velikost souboru 67.31 KB
Počet instalací 440
Aktuální Verze 1.1.0
Poslední Aktualizace 2023-07-23
Datum Vydání 2023-02-20
Vývojář https://searchanalyzer.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.searchanalyzer.io/google-news-extractor-plugin
Podporované Jazyky 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"
    }
}