Semrush Navigator

An extension to improve Semrush navigation

Semrush Navigator क्या है?

Semrush Navigator Ardov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to improve Semrush navigation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Semrush Navigator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
ईमेल [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"
    ]
}