Open in SEMRUSH
Check any website's traffic, keywords and ads with Open in SEMRUSH
Wat is Open in SEMRUSH?
Open in SEMRUSH is een Chrome-extensie ontwikkeld door https://www.adpharos.com, en de belangrijkste functie is "Check any website's traffic, keywords and ads with Open in SEMRUSH".
Extensie Screenshots
Download het CRX-bestand van de extensie Open in SEMRUSH
Download Open in SEMRUSH-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | chgblofegkokcojhgjfgfdbgbcalnpml |
Officiële URL | https://chrome.google.com/webstore/detail/open-in-semrush/chgblofegkokcojhgjfgfdbgbcalnpml |
Beschrijving | Check any website's traffic, keywords and ads with Open in SEMRUSH |
Bestandsgrootte | 10.22 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2021-07-30 |
Publicatiedatum | 2016-05-31 |
Beoordeling | 3.71/5 Totaal 28 Beoordelingen |
Ontwikkelaar | https://www.adpharos.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://www.adpharos.com/contact/ |
Ondersteunde Talen | 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'" } |