Open in SEMRUSH
Check any website's traffic, keywords and ads with Open in SEMRUSH
Co to jest Open in SEMRUSH?
Open in SEMRUSH to rozszerzenie Chrome opracowane przez https://www.adpharos.com, a jego główną funkcją jest „Check any website's traffic, keywords and ads with Open in SEMRUSH”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open in SEMRUSH
Pobierz pliki rozszerzeń Open in SEMRUSH w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | chgblofegkokcojhgjfgfdbgbcalnpml |
Oficjalny URL | https://chrome.google.com/webstore/detail/open-in-semrush/chgblofegkokcojhgjfgfdbgbcalnpml |
Opis | Check any website's traffic, keywords and ads with Open in SEMRUSH |
Rozmiar pliku | 10.22 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 2.2 |
Ostatnia Aktualizacja | 2021-07-30 |
Data Publikacji | 2016-05-31 |
Ocena | 3.71/5 Łącznie 28 Oceny |
Deweloper | https://www.adpharos.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://www.adpharos.com/contact/ |
Obsługiwane Języki | 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'" } |