KeywordAssist

KeywordAssist extension

What is KeywordAssist?

KeywordAssist is a Chrome extension developed by seobots.io, and its main feature is "KeywordAssist extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download KeywordAssist Extension CRX File

Download KeywordAssist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name KeywordAssist KeywordAssist
ID bfddcfinjehiildineohbokfjfoionnp
Official URL https://chrome.google.com/webstore/detail/keywordassist/bfddcfinjehiildineohbokfjfoionnp
Description KeywordAssist extension
File Size 25.03 KB
Installation Count 77
Current Version 0.9
Last Updated 2020-01-16
Publish Date 2020-01-16
Rating 5.00/5 Total 3 Ratings
Developer seobots.io
Email [email protected]
Payment Type free
Privacy Policy Page URL https://seobots.io/privacy
Supported Languages 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"
            ]
        }
    ]
}