Admin panel login

Quick jump to the admin panel from any page websites.

Qu'est-ce que Admin panel login ?

Admin panel login est une extension Chrome développée par agel.nash, et sa fonction principale est "Quick jump to the admin panel from any page websites.".

Télécharger le fichier CRX de l'extension Admin panel login

Téléchargez les fichiers d'extension Admin panel login 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

                        Quick jump to the admin panel from any page websites                    

Informations de Base sur l'Extension

Nom Admin panel login Admin panel login
ID ckgggjmgpbncgpefidoecjkpcjhalakm
URL Officiel https://chrome.google.com/webstore/detail/admin-panel-login/ckgggjmgpbncgpefidoecjkpcjhalakm
Description Quick jump to the admin panel from any page websites.
Taille du Fichier 40.84 KB
Nombre d'Installations 60
Version Actuelle 1.0
Dernière Mise à Jour 2014-06-08
Date de Publication 2014-06-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur agel.nash
Type de Paiement free
Site Web de l'Extension https://github.com/AgelxNash/adminer-chrome-extension
Langues Prises en Charge 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"
}