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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}