KeywordAssist
KeywordAssist extension
Cos'è KeywordAssist?
KeywordAssist è un'estensione di Chrome sviluppata da seobots.io, e la sua funzione principale è "KeywordAssist extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KeywordAssist
Scarica i file di estensione KeywordAssist 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
SEOs best friend, KWAssist helps with speeding up your keyword analysis workflow. Copy keywords to the newly added panel with no hassle straight from your favorite tools: - Google Search Console - AHREFS - Ubersuggest More tools and features are coming soon!
Informazioni di Base sull'Estensione
Nome | |
ID | bfddcfinjehiildineohbokfjfoionnp |
URL Ufficiale | https://chrome.google.com/webstore/detail/keywordassist/bfddcfinjehiildineohbokfjfoionnp |
Descrizione | KeywordAssist extension |
Dimensione del File | 25.03 KB |
Conteggio Installazioni | 77 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2020-01-16 |
Data di Pubblicazione | 2020-01-16 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | seobots.io |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://seobots.io/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KeywordAssist", "description": "KeywordAssist extension", "version": "0.9", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/search.google.com\/*" ], "js": [ "google_search_console.js" ], "css": [ "style.css" ] }, { "matches": [ "*:\/\/ahrefs.com\/*" ], "js": [ "ahrefs.js" ], "css": [ "style.css" ] }, { "matches": [ "*:\/\/app.neilpatel.com\/*" ], "js": [ "ubersuggest.js" ], "css": [ "style.css" ] } ] } |