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

什麼是Google News Extractor by searchanalyzer?

Google News Extractor by searchanalyzer是由https://searchanalyzer.io開發的Chrome擴展程式,該擴展的主要功能是“Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com”。

擴展截圖

screenshot
screenshot

下載Google News Extractor by searchanalyzer擴展crx文件

下載Google News Extractor by searchanalyzer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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?                    

擴展基本資訊

名稱 Google News Extractor by searchanalyzer Google News Extractor by searchanalyzer
ID lopbobjcfpmlcdkkbgmapdidenkaogbd
官方網址 https://chromewebstore.google.com/detail/google-news-extractor-by/lopbobjcfpmlcdkkbgmapdidenkaogbd
簡介 Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com
檔案大小 67.31 KB
安裝次數 440
目前版本 1.1.0
更新時間 2023-07-23
上架時間 2023-02-20
開發者 https://searchanalyzer.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.searchanalyzer.io/google-news-extractor-plugin
支援的語言 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"
    }
}