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 |
官方網址 | 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" } |