KeywordAssist
KeywordAssist extension
什么是KeywordAssist?
KeywordAssist是由seobots.io开发的Chrome扩展程序,该扩展的主要功能是“KeywordAssist extension”。
扩展截图
下载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!
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" ] } ] } |