Go To Admin
Fast open admin panels
Was ist Go To Admin?
Go To Admin ist eine Chrome-Erweiterung, die von Shepel Pavel entwickelt wurde, und ihr Hauptmerkmal ist "Fast open admin panels".
Erweiterungsscreenshots
Go To Admin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Go To Admin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The extension allows you to quickly open the admin page of popular CMS, such as Wordpress, Joomla, ModX, etc. There is also a quick jump to the page phpmayadmin and adminer.php. --- Расширение дает возможность быстро открывать страницу администратора популярных CMS, таких как Wordpress, Joomla, ModX и пр. Также имеется быстрый переход на страницу phpmayadmin и adminer.php.
Grundlegende Informationen zur Erweiterung
Name | Go To Admin |
ID | kchbppmbjggagglbhhogpggopbdpmmhf |
Offizielle URL | https://chromewebstore.google.com/detail/go-to-admin/kchbppmbjggagglbhhogpggopbdpmmhf |
Beschreibung | Fast open admin panels |
Dateigröße | 65.79 KB |
Installationsanzahl | 48 |
Aktuelle Version | 1.3 |
Letztes Update | 2020-07-25 |
Veröffentlichungsdatum | 2020-07-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Shepel Pavel |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/shepelpavel/go-to-admin |
Hilfeseite URL | https://github.com/shepelpavel/go-to-admin |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go To Admin", "version": "1.3", "description": "Fast open admin panels", "icons": { "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "icons\/512.png", "default_popup": "popup\/index.html" } } |