KeywordAssist

KeywordAssist extension

Wat is KeywordAssist?

KeywordAssist is een Chrome-extensie ontwikkeld door seobots.io, en de belangrijkste functie is "KeywordAssist extension".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie KeywordAssist

Download KeywordAssist-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

                        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!                    

Basisinformatie over de Extensie

Naam KeywordAssist KeywordAssist
ID bfddcfinjehiildineohbokfjfoionnp
Officiële URL https://chrome.google.com/webstore/detail/keywordassist/bfddcfinjehiildineohbokfjfoionnp
Beschrijving KeywordAssist extension
Bestandsgrootte 25.03 KB
Aantal Installaties 77
Huidige Versie 0.9
Laatst Bijgewerkt 2020-01-16
Publicatiedatum 2020-01-16
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar seobots.io
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://seobots.io/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}