SEO META in 1 CLICK
Displays all meta data and main SEO information for the best SEO
Τι είναι το SEO META in 1 CLICK;
Το SEO META in 1 CLICK είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.seo-extension.com, και η κύρια λειτουργία του είναι "Displays all meta data and main SEO information for the best SEO".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SEO META in 1 CLICK
Λήψη αρχείων επέκτασης SEO META in 1 CLICK σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
SEO META in 1 CLICK is a tool that displays all meta tags/data and main seo information clearly. By using this tool, we hope you can better manage and improve your SEO and visibility on Internet We focus on displaying: ✔ title and its length, ✔ description and its length, ✔ URL (and meta-canonical url too), ✔ meta-robots, ✔ displaying headers in order of their appearance in HTML (H1, H2, H3, H4, H5 and H6), ✔ number of images with and without ALT, ✔ the number of links (internal, unique, ...) ✔ Open Graph and twitter social data ✔ Robots.txt and sitemap.xml ✔ and much more... (See printscreens) You can also via ETERNAL TOOLS analyse your site and know how improve it (html, css, Google Rich Snippet, PageSpeed...)
Βασικές Πληροφορίες Επέκτασης
Όνομα | SEO META in 1 CLICK |
ID | bjogjfinolnhfhkbipphpdlldadpnmhc |
Επίσημο URL | https://chromewebstore.google.com/detail/seo-meta-in-1-click/bjogjfinolnhfhkbipphpdlldadpnmhc |
Περιγραφή | Displays all meta data and main SEO information for the best SEO |
Μέγεθος Αρχείου | 449 KB |
Αριθμός Εγκαταστάσεων | 668,176 |
Τρέχουσα Έκδοση | 2.66 |
Τελευταία Ενημέρωση | 2020-09-27 |
Ημερομηνία Δημοσίευσης | 2019-07-19 |
Αξιολόγηση | 4.87/5 Συνολικά 1018 Αξιολογήσεις |
Προγραμματιστής | https://www.seo-extension.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.seo-extension.com/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEO META in 1 CLICK", "description": "Displays all meta data and main SEO information for the best SEO", "version": "2.66", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "minimum_chrome_version": "16.0.884", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "bg.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |