Semrush Navigator
An extension to improve Semrush navigation
Semrush Navigator là gì?
Semrush Navigator là một tiện ích mở rộng Chrome được phát triển bởi Ardov, và tính năng chính của nó là "An extension to improve Semrush navigation".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Semrush Navigator
Tải xuống các tệp mở rộng Semrush Navigator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Semrush Navigator |
ID | oghimpfblejlggkilihglgbfhkmkjlel |
URL Chính Thức | https://chromewebstore.google.com/detail/semrush-navigator/oghimpfblejlggkilihglgbfhkmkjlel |
Mô tả | An extension to improve Semrush navigation |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2023-11-14 |
Ngày Phát Hành | 2023-09-08 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Ardov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |