Search phrases related in Google
Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.
Cos'è Search phrases related in Google?
Search phrases related in Google è un'estensione di Chrome sviluppata da https://www.prorank.co, e la sua funzione principale è "Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search phrases related in Google
Scarica i file di estensione Search phrases related in Google in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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"
Informazioni di Base sull'Estensione
Nome | Search phrases related in Google |
ID | eklpkhjmgcepjljfmpmdaeicgoemojjb |
URL Ufficiale | https://chromewebstore.google.com/detail/search-phrases-related-in/eklpkhjmgcepjljfmpmdaeicgoemojjb |
Descrizione | Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP. |
Dimensione del File | 13.1 KB |
Conteggio Installazioni | 200 |
Versione Corrente | 2.0.3 |
Ultimo Aggiornamento | 2020-06-23 |
Data di Pubblicazione | 2020-06-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.prorank.co |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.prorank.co/ |
URL della Pagina di Aiuto | https://www.prorank.co/ |
Lingue Supportate | 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" } |