Search phrases related in Google
Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.
Wat is Search phrases related in Google?
Search phrases related in Google is een Chrome-extensie ontwikkeld door https://www.prorank.co, en de belangrijkste functie is "Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.".
Extensie Screenshots
Download het CRX-bestand van de extensie Search phrases related in Google
Download Search phrases related in Google-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP. This plugin has been created inspired in "Extract People also search phrases in Google"
Basisinformatie over de Extensie
Naam | Search phrases related in Google |
ID | eklpkhjmgcepjljfmpmdaeicgoemojjb |
Officiële URL | https://chromewebstore.google.com/detail/search-phrases-related-in/eklpkhjmgcepjljfmpmdaeicgoemojjb |
Beschrijving | Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP. |
Bestandsgrootte | 13.1 KB |
Aantal Installaties | 200 |
Huidige Versie | 2.0.3 |
Laatst Bijgewerkt | 2020-06-23 |
Publicatiedatum | 2020-06-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.prorank.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.prorank.co/ |
Help Pagina-URL | https://www.prorank.co/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "app.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/*.google.com\/*" ], "run_at": "document_end" } ], "description": "Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.", "icons": { "128": "icon.png", "16": "icon.png", "24": "icon.png", "32": "icon.png", "64": "icon.png" }, "permissions": [ "https:\/\/www.google.com\/" ], "manifest_version": 2, "name": "Search phrases related in Google", "short_name": "Phrases related in Google", "version": "2.0.3" } |