Semrush Navigator
An extension to improve Semrush navigation
Co to jest Semrush Navigator?
Semrush Navigator to rozszerzenie Chrome opracowane przez Ardov, a jego główną funkcją jest „An extension to improve Semrush navigation”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Semrush Navigator
Pobierz pliki rozszerzeń Semrush Navigator 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
Semrush Navigator adds a quick menu to jump between the apps.
— The menu is triggered with ⌘K (Ctrl+K)
— Items can be added to favourites with ⌘L (Ctrl+L)
— Click the extension icon for more options Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oghimpfblejlggkilihglgbfhkmkjlel |
| Oficjalny URL | https://chromewebstore.google.com/detail/semrush-navigator/oghimpfblejlggkilihglgbfhkmkjlel |
| Opis | An extension to improve Semrush navigation |
| Rozmiar pliku | 107 KB |
| Liczba instalacji | 65 |
| Aktualna Wersja | 0.0.9 |
| Ostatnia Aktualizacja | 2023-11-14 |
| Data Publikacji | 2023-09-08 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | Ardov |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Semrush Navigator",
"version": "0.0.9",
"description": "An extension to improve Semrush navigation",
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.semrush.com\/*"
],
"exclude_matches": [
"https:\/\/developer.semrush.com\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"assets\/css\/contentStyle16999212872.chunk.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"storage"
]
} | |