WordPress Dashboard Shortcut
One click to get to the WordPress dashboard from any WordPress.org website.
O que é WordPress Dashboard Shortcut?
WordPress Dashboard Shortcut é uma extensão do Chrome desenvolvida por Matt S, e sua principal característica é "One click to get to the WordPress dashboard from any WordPress.org website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WordPress Dashboard Shortcut
Baixe arquivos de extensão WordPress Dashboard Shortcut no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | WordPress Dashboard Shortcut |
ID | onhnglhmledjhmniakhogfdpkmkinnfe |
URL Oficial | https://chromewebstore.google.com/detail/wordpress-dashboard-short/onhnglhmledjhmniakhogfdpkmkinnfe |
Descrição | One click to get to the WordPress dashboard from any WordPress.org website. |
Tamanho do Arquivo | 76.31 KB |
Contagem de Instalações | 1,117 |
Versão Atual | 1.1.2.2 |
Última Atualização | 2020-11-21 |
Data de Publicação | 2017-10-26 |
Classificação | 4.25/5 Total de 4 Avaliações |
Desenvolvedor | Matt S |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [ " |