Open This in SEMrush

*This extension is not intended to switch SEMrush but to make the process quicker. Clicking on any of the 4 buttons will open…

Τι είναι το Open This in SEMrush;

Το Open This in SEMrush είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Avi Klein, και η κύρια λειτουργία του είναι "*This extension is not intended to switch SEMrush but to make the process quicker. Clicking on any of the 4 buttons will open…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Open This in SEMrush

Λήψη αρχείων επέκτασης Open This in SEMrush σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        *This extension is not intended to switch SEMrush but to make the process quicker. Clicking on any of the 4 buttons will open SEMrush in the appropriate place and already add the URL you are currently viewing to the tool.

** The links we use may contain affiliate links and we may be compensated if you end up purchasing anything after using our tool.

When doing SEO and digital marketing, we always need to use multiple tools in order to help us out with the task. One of the most known tools to help out SEOs is "Semrush". Semrush not only helps out with SEO, but it also offers lots of information in regards to digital marketing as a whole. You can get information about the pages on any site you want to learn about, traffic estimation, content ideas, Google ads and much more.

Usually what we do when looking at an interesting site is copy its URL, go to Semrush, paste the URL and start learning about it. With "Open This is Semrush" you can simplify this by just clicking a button, deciding what section of Semrush you want to open, and that's it.

This extension just simplifies the process and makes things move a bit faster.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Open This in SEMrush Open This in SEMrush
ID mlgfgdemfaeahnjbcnkfndcmbocmonjf
Επίσημο URL https://chromewebstore.google.com/detail/open-this-in-semrush/mlgfgdemfaeahnjbcnkfndcmbocmonjf
Περιγραφή *This extension is not intended to switch SEMrush but to make the process quicker. Clicking on any of the 4 buttons will open…
Μέγεθος Αρχείου 1.77 MB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2022-04-24
Ημερομηνία Δημοσίευσης 2021-05-16
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Avi Klein
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://scanwp.net
Διεύθυνση URL της Σελίδας Βοήθειας https://scanwp.net
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open This in SEMrush",
    "short_name": "Open This in SEMrush",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vue.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}