All Tests SEO Needs
Run all tests a SEO everyday needs, all at once with a single click.
Τι είναι το All Tests SEO Needs;
Το All Tests SEO Needs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://undead-seo.blogspot.com, και η κύρια λειτουργία του είναι "Run all tests a SEO everyday needs, all at once with a single click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης All Tests SEO Needs
Λήψη αρχείων επέκτασης All Tests SEO Needs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
While the long time i'm doing SEO i stacked tools I very often use in my daily analyse work. But, specially if you develop something, write structured data, optimize performance or catching a bugs, you must test extensively. Much tests means much stupid manual work: copy url, open new tab with test tool, paste url, click Enter. For those tired SEOs like me, i've coded this extension: * It includes all tests a SEO needs in the daily business, * It reduces all manual afforts on testing to the absolute possible minimum. What remains to do, is: select tests you need, save them for later, start them for any page you want. There are 14 tests, included in the AllTestsSeoNeeds test suite: *Performance tests* * Google PageSpeed Insights Test * Webpagetest.org * GTmetrix.com * YellowLab Tools *Structured Data tests* * Google Structured Data Testing Tool * Open Graph Test * Google Rich Results Test Mobile * Google Rich Results Test Desktop *AMP and mobile tests* * Google AMP Test * Google Mobile-Friendly Test *Cache and Fold tests* * Google Cache View * Above The Fold Test *Server Side tests* * HTTPS/2 and Push Test * SSL Test *Bulk selection options* * Select all performance tests * Select all structured data tests * Select all Google tests * Select all tests *Options* * Save selection * Clear selection I wish you happy testing. If you miss an important and frequently used test - let me know, we'll extend the extension :) If you like the AllTestsSeoNeeds test suite, let me know it with a donation :)
Βασικές Πληροφορίες Επέκτασης
Όνομα | All Tests SEO Needs |
ID | bhfkllackhecnaphcfonldjcekmffpcn |
Επίσημο URL | https://chromewebstore.google.com/detail/all-tests-seo-needs/bhfkllackhecnaphcfonldjcekmffpcn |
Περιγραφή | Run all tests a SEO everyday needs, all at once with a single click. |
Μέγεθος Αρχείου | 47.86 KB |
Αριθμός Εγκαταστάσεων | 96 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2020-05-14 |
Ημερομηνία Δημοσίευσης | 2020-05-14 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://undead-seo.blogspot.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://mediaworx.com/leistungen/performance-marketing/suchmaschinenoptimierung-seo/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/e-orlov/AllTestsSeoNeeds/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "All Tests SEO Needs", "short_name": "AllTestsSeoNeeds", "description": "Run all tests a SEO everyday needs, all at once with a single click.", "author": "Evgeniy Orlov of mediaworx berlin AG", "homepage_url": "https:\/\/www.linkedin.com\/in\/evgeniyorlov\/", "version": "0.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "browser_action": { "default_title": "All Tests SEO Needs", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "19": "icon19.png", "24": "icon24.png", "32": "icon32.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "welcome.html" ], "manifest_version": 2 } |