Redirect Path

The HTTP Header & Redirect Checker for SEO

Τι είναι το Redirect Path;

Το Redirect Path είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.ayima.com, και η κύρια λειτουργία του είναι "The HTTP Header & Redirect Checker for SEO".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Redirect Path

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

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

                        Redirect Path flags up 301, 302, 404 and 500 HTTP Status Codes as well as client side redirects like Meta and Javascript redirects, bringing potential issues that may not otherwise be seen to your attention immediately. 

As well as flagging up redirects and errors, the plugin also displays other HTTP Headers (such as server types and caching headers) and the server IP Address at the click of a button. 

All the magic happens on your computer, so it doesn’t “phone home” to anyone (except when auto-updating itself) and is instantaneous.

The redirect path logo is from the "Iconic" icon set, which can be found here: http://somerandomdude.com/work/iconic/

Please note, by using this extension you agree to our End User Licence Agreement: https://www.ayima.com/browser-extensions-eula

CHANGELOG: 

2.1.0: Added a '+' to icon when multiple redirects are detected

2.0.0.6: Major rewrite - a lot of logic has been changed under the hood allowing us to display Meta and Javascript redirects for the first time.

1.0.1 Added an explanation when a 307 Redirect is reported due to chrome caching a HSTS based http > https redirect.                    

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

Όνομα Redirect Path Redirect Path
ID aomidfkchockcldhbkggjokdkkebmdll
Επίσημο URL https://chromewebstore.google.com/detail/redirect-path/aomidfkchockcldhbkggjokdkkebmdll
Περιγραφή The HTTP Header & Redirect Checker for SEO
Μέγεθος Αρχείου 6.06 MB
Αριθμός Εγκαταστάσεων 332,702
Τρέχουσα Έκδοση 2.2.2
Τελευταία Ενημέρωση 2021-04-30
Ημερομηνία Δημοσίευσης 2018-08-06
Αξιολόγηση 4.32/5 Συνολικά 187 Αξιολογήσεις
Προγραμματιστής https://www.ayima.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.ayima.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect Path",
    "version": "2.2.2",
    "version_name": "2.2.2",
    "manifest_version": 2,
    "minimum_chrome_version": "41",
    "description": "The HTTP Header & Redirect Checker for SEO",
    "icons": {
        "16": "assets\/images\/rpath16.png",
        "48": "assets\/images\/rpath48.png",
        "128": "assets\/images\/rpath128.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/rpath19_off.png",
        "default_popup": "popup.html",
        "default_title": "Click here to see your Redirect Path."
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "metaRefreshDetect.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagservices.com https:\/\/adservice.google.co.uk https:\/\/adservice.google.com https:\/\/*.doubleclick.net https:\/\/*.googlesyndication.com\/ 'sha256-DDNG2paLgkZPkGIYdWjFzEJV0LiVhAEp3skFKJejwzg=' 'sha256-RHA+m8eGG5L7m4CD7L4q4mSJBprdiVkPcqbKb6ye2So=' 'sha256-Ez5tszOI7IWbpOip+ikgcDLRrI8nforn8dgkZ89qFpg=' 'unsafe-inline'; object-src 'self'",
    "permissions": [
        "webRequest",
        "webNavigation",
        "",
        "clipboardWrite"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}