WordPress Dashboard Shortcut
One click to get to the WordPress dashboard from any WordPress.org website.
Τι είναι το WordPress Dashboard Shortcut;
Το WordPress Dashboard Shortcut είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Matt S, και η κύρια λειτουργία του είναι "One click to get to the WordPress dashboard from any WordPress.org website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WordPress Dashboard Shortcut
Λήψη αρχείων επέκτασης WordPress Dashboard Shortcut σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
One click shortcut to visit the dashboard of a WordPress site. Great for people who have to manage multiple WordPress websites. It will try to send you the page or post's editing screen if you try from an internal page/post. NOT WORKING AFTER INSTALL? Just refresh the WordPress site. This is only for tabs open prior to installing the plugin, all future visits to any WordPress site or to other pages on your WordPress site will work beautifully with the extension. v1.1 adds ability to specify the dashboard link directly in your code! For more details, right click the icon > options.
Βασικές Πληροφορίες Επέκτασης
Όνομα | WordPress Dashboard Shortcut |
ID | onhnglhmledjhmniakhogfdpkmkinnfe |
Επίσημο URL | https://chromewebstore.google.com/detail/wordpress-dashboard-short/onhnglhmledjhmniakhogfdpkmkinnfe |
Περιγραφή | One click to get to the WordPress dashboard from any WordPress.org website. |
Μέγεθος Αρχείου | 76.31 KB |
Αριθμός Εγκαταστάσεων | 1,117 |
Τρέχουσα Έκδοση | 1.1.2.2 |
Τελευταία Ενημέρωση | 2020-11-21 |
Ημερομηνία Δημοσίευσης | 2017-10-26 |
Αξιολόγηση | 4.25/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Matt S |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordPress Dashboard Shortcut", "short_name": "WP Dash Shortcut", "description": "One click to get to the WordPress dashboard from any WordPress.org website.", "version": "1.1.2.2", "options_page": "update.htm", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_matches": [ "*:\/\/*.basecamp.com\/*" ], "matches": [ " |