Semrush Navigator
An extension to improve Semrush navigation
Semrush Navigatorとは何ですか?
Semrush NavigatorはArdovによって開発されたChromeの拡張機能で、その主な機能は「An extension to improve Semrush navigation」です。
拡張機能のスクリーンショット
Semrush Navigator拡張機能のCRXファイルをダウンロード
Semrush Navigator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Semrush Navigator |
ID | oghimpfblejlggkilihglgbfhkmkjlel |
公式URL | https://chromewebstore.google.com/detail/semrush-navigator/oghimpfblejlggkilihglgbfhkmkjlel |
説明 | An extension to improve Semrush navigation |
ファイルサイズ | 107 KB |
インストール数 | 65 |
現在のバージョン | 0.0.9 |
最終更新日 | 2023-11-14 |
公開日 | 2023-09-08 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Ardov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |