Go To Admin
Fast open admin panels
Wat is Go To Admin?
Go To Admin is een Chrome-extensie ontwikkeld door Shepel Pavel, en de belangrijkste functie is "Fast open admin panels".
Extensie Screenshots
Download het CRX-bestand van de extensie Go To Admin
Download Go To Admin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Go To Admin |
ID | kchbppmbjggagglbhhogpggopbdpmmhf |
Officiële URL | https://chromewebstore.google.com/detail/go-to-admin/kchbppmbjggagglbhhogpggopbdpmmhf |
Beschrijving | Fast open admin panels |
Bestandsgrootte | 65.79 KB |
Aantal Installaties | 48 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2020-07-25 |
Publicatiedatum | 2020-07-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Shepel Pavel |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/shepelpavel/go-to-admin |
Help Pagina-URL | https://github.com/shepelpavel/go-to-admin |
Ondersteunde Talen | 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" } } |