Open in SEMRUSH
Check any website's traffic, keywords and ads with Open in SEMRUSH
What is Open in SEMRUSH?
Open in SEMRUSH is a Chrome extension developed by https://www.adpharos.com, and its main feature is "Check any website's traffic, keywords and ads with Open in SEMRUSH".
Extension Screenshots
Download Open in SEMRUSH Extension CRX File
Download Open in SEMRUSH extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | chgblofegkokcojhgjfgfdbgbcalnpml |
Official URL | https://chrome.google.com/webstore/detail/open-in-semrush/chgblofegkokcojhgjfgfdbgbcalnpml |
Description | Check any website's traffic, keywords and ads with Open in SEMRUSH |
File Size | 10.22 KB |
Installation Count | 10,000 |
Current Version | 2.2 |
Last Updated | 2021-07-30 |
Publish Date | 2016-05-31 |
Rating | 3.71/5 Total 28 Ratings |
Developer | https://www.adpharos.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.adpharos.com/contact/ |
Supported Languages | 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'" } |