Open in SEMRUSH
Check any website's traffic, keywords and ads with Open in SEMRUSH
什么是Open in SEMRUSH?
Open in SEMRUSH是由https://www.adpharos.com开发的Chrome扩展程序,该扩展的主要功能是“Check any website's traffic, keywords and ads with Open in SEMRUSH”。
扩展截图
下载Open in SEMRUSH扩展crx文件
下载Open in SEMRUSH扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open in SEMRUSH adds a button to the toolbar which when clicked opens a new tab and passes the current URL to SEMRUSH for quick and easy viewing of both organic & ppc keyword traffic statistics for the given website.
扩展基本信息
名称 | |
ID | chgblofegkokcojhgjfgfdbgbcalnpml |
官方URL | https://chrome.google.com/webstore/detail/open-in-semrush/chgblofegkokcojhgjfgfdbgbcalnpml |
简介 | Check any website's traffic, keywords and ads with Open in SEMRUSH |
文件大小 | 10.22 KB |
安装次数 | 10,000 |
当前版本 | 2.2 |
更新时间 | 2021-07-30 |
上架时间 | 2016-05-31 |
评分 | 3.71/5 共28次评分 |
开发者 | https://www.adpharos.com |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://www.adpharos.com/contact/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in SEMRUSH", "version": "2.2", "manifest_version": 2, "background": { "scripts": [ "semrush.js" ] }, "description": "Check any website's traffic, keywords and ads with Open in SEMRUSH", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "page_action": { "default_icon": { "19": "icon.png" }, "default_title": "Open in SEMRUSH" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |