SEO Tools

Great SEO tools. Some of them: Check headers, cache, info page. Also info about rel='nofollow' and noindex & nollow in page and etc.

Τι είναι το SEO Tools;

Το SEO Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ua.linkedin.com/in/alexandrtrifonov, και η κύρια λειτουργία του είναι "Great SEO tools. Some of them: Check headers, cache, info page. Also info about rel='nofollow' and noindex & nollow in page and etc.".

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

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

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

                        Great SEO tools. 
Instrument for SEO Specialist & Manager, This instrument contain:
1) Check Google Cache;
2) Check SimilarWeb;
3) Check Headers at page (h1-h6);
4) Get info about page (title, description, keywords, canonical, prev, next, shortLink, meta robots);
5) Find schema.org elements;
6) Find hidden block;
7) Count word & symbols (necessary to highlight the text on the page);
8) Get al links from page;
9) Check image URL & ALT;
10 Web Archive;
11) Robots.txt
12) And other good thinks;
10) Also float popup block at page with noindex,nofollow meta robots;
11) Highlighted rel="nofollow";                    

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

Όνομα SEO Tools SEO Tools
ID imnmfegamaojanomknehamghbdlfdmjj
Επίσημο URL https://chrome.google.com/webstore/detail/seo-tools/imnmfegamaojanomknehamghbdlfdmjj
Περιγραφή Great SEO tools. Some of them: Check headers, cache, info page. Also info about rel='nofollow' and noindex & nollow in page and etc.
Μέγεθος Αρχείου 21.79 KB
Αριθμός Εγκαταστάσεων 508
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2015-10-22
Ημερομηνία Δημοσίευσης 2015-10-22
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://ua.linkedin.com/in/alexandrtrifonov
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Alexandr Trifonov",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentscript.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "name": "SEO Tools",
    "description": "Great SEO tools. Some of them: Check headers, cache, info page. Also info about rel='nofollow' and noindex & nollow in page and etc.",
    "version": "1.1.0",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "SEO Tools",
        "default_icon": "128.png",
        "default_popup": "popup.html"
    }
}