Admin panel login

Quick jump to the admin panel from any page websites.

What is Admin panel login?

Admin panel login is a Chrome extension developed by agel.nash, and its main feature is "Quick jump to the admin panel from any page websites.".

Download Admin panel login Extension CRX File

Download Admin panel login 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

                        Quick jump to the admin panel from any page websites                    

Extension Basic Information

Name Admin panel login Admin panel login
ID ckgggjmgpbncgpefidoecjkpcjhalakm
Official URL https://chrome.google.com/webstore/detail/admin-panel-login/ckgggjmgpbncgpefidoecjkpcjhalakm
Description Quick jump to the admin panel from any page websites.
File Size 40.84 KB
Installation Count 60
Current Version 1.0
Last Updated 2014-06-08
Publish Date 2014-06-08
Rating 5.00/5 Total 3 Ratings
Developer agel.nash
Payment Type free
Extension Website https://github.com/AgelxNash/adminer-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/github.com\/AgelxNash\/adminer-chrome-extension",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Admin panel login",
    "offline_enabled": false,
    "options_page": "options.html",
    "page_action": {
        "default_title": "Admin panel login",
        "default_icon": "adminer.ico"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0"
}