Go To Admin

Fast open admin panels

What is Go To Admin?

Go To Admin is a Chrome extension developed by Shepel Pavel, and its main feature is "Fast open admin panels".

Extension Screenshots

screenshot

Download Go To Admin Extension CRX File

Download Go To Admin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Go To Admin Go To Admin
ID kchbppmbjggagglbhhogpggopbdpmmhf
Official URL https://chromewebstore.google.com/detail/go-to-admin/kchbppmbjggagglbhhogpggopbdpmmhf
Description Fast open admin panels
File Size 65.79 KB
Installation Count 48
Current Version 1.3
Last Updated 2020-07-25
Publish Date 2020-07-24
Rating 5.00/5 Total 1 Ratings
Developer Shepel Pavel
Email [email protected]
Payment Type free
Extension Website https://github.com/shepelpavel/go-to-admin
Help Page URL https://github.com/shepelpavel/go-to-admin
Supported Languages 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"
    }
}