Keysearch Keyword Difficulty Checker
Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…
什么是Keysearch Keyword Difficulty Checker?
Keysearch Keyword Difficulty Checker是由https://www.keysearch.co开发的Chrome扩展程序,该扩展的主要功能是“Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…”。
扩展截图
下载Keysearch Keyword Difficulty Checker扩展crx文件
下载Keysearch Keyword Difficulty Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty of any keyword.
扩展基本信息
名称 | |
ID | ddfgjnanmjigjclllpnfmhmjlihmlobf |
官方URL | https://chromewebstore.google.com/detail/keysearch-keyword-difficu/ddfgjnanmjigjclllpnfmhmjlihmlobf |
简介 | Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty… |
文件大小 | 140 KB |
安装次数 | 3,871 |
当前版本 | 1.4 |
更新时间 | 2022-01-04 |
上架时间 | 2019-06-30 |
评分 | 3.44/5 共16次评分 |
开发者 | https://www.keysearch.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.keysearch.co |
隐私政策页面URL | https://www.keysearch.co/application/index/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhyD44EXrvGpLySo6qgZI7Q7IIZ746huZRiMSKfPj\/3RhOXNurUGsdau2WRP8B2+OudKvgrG667SxoytHVq00xUg+HvV822j9HUYuzoZuKvJiUBC4ZsjW\/M0LrdHP3pbL7k2HJSmN\/Bv+NgTitjZL816MU3dmH1YHGny5RQEbGV+pME2mQFSyD9QV9Tb\/dAdKxNMs58smzup4aD6X\/eMNfhildKwWUKENBFLNezL5dfgnP2WKQcPCis7wZwGJXHpLLSK7p6IGUJZszGTb8JxNAbioekeGKeAdRzbG4gEE4igpdeMsWhmqICahnfPpPhjmGzz7pXZp1XR4iKFxssxPMwIDAQAB", "manifest_version": 2, "name": "Keysearch Keyword Difficulty Checker", "offline_enabled": true, "permissions": [ "storage", "tabs", "unlimitedStorage" ], "version": "1.4" } |