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
Qu'est-ce que Google News Extractor by searchanalyzer ?
Google News Extractor by searchanalyzer est une extension Chrome développée par https://searchanalyzer.io, et sa fonction principale est "Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google News Extractor by searchanalyzer
Téléchargez les fichiers d'extension Google News Extractor by searchanalyzer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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?
Informations de Base sur l'Extension
Nom | Google News Extractor by searchanalyzer |
ID | lopbobjcfpmlcdkkbgmapdidenkaogbd |
URL Officiel | https://chromewebstore.google.com/detail/google-news-extractor-by/lopbobjcfpmlcdkkbgmapdidenkaogbd |
Description | Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com |
Taille du Fichier | 67.31 KB |
Nombre d'Installations | 440 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2023-07-23 |
Date de Publication | 2023-02-20 |
Développeur | https://searchanalyzer.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.searchanalyzer.io/google-news-extractor-plugin |
Langues Prises en Charge | 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" } } |