WPADMIN : Wordpress Site Manager

Dabbling in multiple WordPress websites? Having a hard time identifying which website needs to be updated? Install this extension…

Qu'est-ce que WPADMIN : Wordpress Site Manager ?

WPADMIN : Wordpress Site Manager est une extension Chrome développée par anilkapoor716, et sa fonction principale est "Dabbling in multiple WordPress websites? Having a hard time identifying which website needs to be updated? Install this extension…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WPADMIN : Wordpress Site Manager

Téléchargez les fichiers d'extension WPADMIN : Wordpress Site Manager 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

                        Dabbling in multiple WordPress websites? Having a hard time identifying which website needs to be updated?
Install this extension to smooth things out. This plugin will also tell you the theme of the Wordpress website you are on. 

This extension gives you the ability to identify different WordPress admin panel by changing his top menu bar color.

Very useful agencies and freelancers. 

Features :
 - Easily add website info and the related theme
 - Coordinate easily between multiple websites.                    

Informations de Base sur l'Extension

Nom WPADMIN : Wordpress Site Manager WPADMIN : Wordpress Site Manager
ID blagblbojfibhijpbaobmcdeanilmmdj
URL Officiel https://chromewebstore.google.com/detail/wpadmin-wordpress-site-ma/blagblbojfibhijpbaobmcdeanilmmdj
Description Dabbling in multiple WordPress websites? Having a hard time identifying which website needs to be updated? Install this extension…
Taille du Fichier 985 KB
Nombre d'Installations 662
Version Actuelle 1.2.0
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 4 Évaluations
Développeur anilkapoor716
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WPADMIN : Wordpress Site Manager",
    "short_name": "WPADMIN",
    "version": "1.2.0",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-3.2.1.js",
                "content.js",
                "lib\/codemirror\/codemirror.js",
                "lib\/codemirror\/css.js",
                "lib\/codemirror\/htmlembedded.js",
                "lib\/codemirror\/htmlmixed.js",
                "lib\/codemirror\/javascript.js",
                "lib\/codemirror\/xml.js"
            ],
            "css": [
                "lib\/codemirror\/codemirror.css",
                "css\/editor-themes\/base16-dark.css",
                "css\/editor-themes\/base16-light.css",
                "css\/editor-themes\/eclipse.css",
                "css\/editor-themes\/elegant.css",
                "css\/editor-themes\/material.css",
                "css\/editor-themes\/monokai.css",
                "css\/editor-themes\/solarized.css",
                "css\/editor-themes\/twilight.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/editor-themes\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "http:\/\/*\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/logo-19.png",
            "38": "images\/logo-38.png"
        }
    },
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}