Search Status Reload

Provides quick access to various seo tools and social media tools

Τι είναι το Search Status Reload;

Το Search Status Reload είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SimpleTools.nl, και η κύρια λειτουργία του είναι "Provides quick access to various seo tools and social media tools".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search Status Reload

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

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

                        Provides quick access to following

1. Google indexed pages : Shows indexed pages with "site:domain.com" link
2. Whois information : Shows the whois information. You can select whois-search.com,domaintools.com or whois.icann.org from settings page
3. Show in archive.org : You can view the archive.org result for your current tab
4. View robots.txt & sitemap : Provides links to robots.txt and sitemap
6. Show backlinks : Shows backlinks with "link:domain.com" link
7. Seo/Security report : Shows detailed seo and site review with using lknsuite.com
8. Social media report : Shows detailed social media status with using lknsuite.com
9. Show Alexa detail : Shows the alexa report
10. Show Google cache : Shows the google cache for current web site
11. Show Similar Web Sites : Shows the similar web sites using similarweb.com
12. Alexa Rank: You can view global alexa rank without clicking any link
13. IP neighbors (Reverse IP) : you can view the ip of current web site and ip neighbors (reverse ip) data
14. Show / Hightlights the nofollow links on current page (Red background with white text)

Do not hesitate to send email. All comments are welcome                    

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

Όνομα Search Status Reload Search Status Reload
ID ncheeidjmjcaohemigdagnibjkhjoodm
Επίσημο URL https://chromewebstore.google.com/detail/search-status-reload/ncheeidjmjcaohemigdagnibjkhjoodm
Περιγραφή Provides quick access to various seo tools and social media tools
Μέγεθος Αρχείου 430 KB
Αριθμός Εγκαταστάσεων 424
Τρέχουσα Έκδοση 1.4.6
Τελευταία Ενημέρωση 2023-11-13
Ημερομηνία Δημοσίευσης 2018-10-29
Προγραμματιστής SimpleTools.nl
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.simpletools.nl/privacy.php
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "id": "{4f746a73-f3b1-4bd5-becd-064b0b2f00a9}"
        }
    },
    "action": {
        "default_title": "Search Status Reload",
        "default_popup": "seo.html",
        "default_icon": "icons\/icon128.png"
    },
    "description": "Provides quick access to various seo tools and social media tools",
    "manifest_version": 3,
    "name": "Search Status Reload",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "version": "1.4.6"
}