Go To Admin
Fast open admin panels
Qu'est-ce que Go To Admin ?
Go To Admin est une extension Chrome développée par Shepel Pavel, et sa fonction principale est "Fast open admin panels".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Go To Admin
Téléchargez les fichiers d'extension Go To Admin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Go To Admin |
ID | kchbppmbjggagglbhhogpggopbdpmmhf |
URL Officiel | https://chromewebstore.google.com/detail/go-to-admin/kchbppmbjggagglbhhogpggopbdpmmhf |
Description | Fast open admin panels |
Taille du Fichier | 65.79 KB |
Nombre d'Installations | 48 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2020-07-25 |
Date de Publication | 2020-07-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Shepel Pavel |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/shepelpavel/go-to-admin |
URL de la Page d'Aide | https://github.com/shepelpavel/go-to-admin |
Langues Prises en Charge | 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" } } |