KeywordAssist

KeywordAssist extension

KeywordAssistとは何ですか?

KeywordAssistはseobots.ioによって開発されたChromeの拡張機能で、その主な機能は「KeywordAssist extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

KeywordAssist拡張機能のCRXファイルをダウンロード

KeywordAssist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 KeywordAssist KeywordAssist
ID bfddcfinjehiildineohbokfjfoionnp
公式URL https://chrome.google.com/webstore/detail/keywordassist/bfddcfinjehiildineohbokfjfoionnp
説明 KeywordAssist extension
ファイルサイズ 25.03 KB
インストール数 77
現在のバージョン 0.9
最終更新日 2020-01-16
公開日 2020-01-16
評価 5.00/5 合計 3 レビュー
開発者 seobots.io
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://seobots.io/privacy
対応言語 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"
            ]
        }
    ]
}