qSandbox - Quick test/sandbox WordPress site

This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click.

Qu'est-ce que qSandbox - Quick test/sandbox WordPress site ?

qSandbox - Quick test/sandbox WordPress site est une extension Chrome développée par https://qsandbox.com, et sa fonction principale est "This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension qSandbox - Quick test/sandbox WordPress site

Téléchargez les fichiers d'extension qSandbox - Quick test/sandbox WordPress site 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

                        This browser extension allows you to use qSandbox.com service a lot more effectively. After you install the extension you can install plugins and themes with a single click on your qSandbox test site.

Features / Benefits
- Quick and easy way to install plugins and themes (and optionally to activate them).
- Added API key detection from qSandbox's plan page source
- One click auto-login to site or admin area
- Shows thumbnails when attempting to install themes from WordPress.org
- Remembers last used site                    

Informations de Base sur l'Extension

Nom qSandbox - Quick test/sandbox WordPress site qSandbox - Quick test/sandbox WordPress site
ID hlphcneaoopjplmjhlifpekcjcmpmdpi
URL Officiel https://chromewebstore.google.com/detail/qsandbox-quick-testsandbo/hlphcneaoopjplmjhlifpekcjcmpmdpi
Description This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click.
Taille du Fichier 116 KB
Nombre d'Installations 44
Version Actuelle 1.0.7
Dernière Mise à Jour 2017-01-09
Date de Publication 2017-01-09
Évaluation 3.00/5 Total 1 Évaluations
Développeur https://qsandbox.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://qsandbox.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "qSandbox - Quick test\/sandbox WordPress site",
    "short_name": "qSandbox",
    "description": "This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click.",
    "version": "1.0.7",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "shared\/jquery-2.1.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "assets\/app.css"
            ],
            "js": [
                "shared\/jquery-2.1.1.min.js",
                "assets\/get_page_source.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "shared\/jquery-2.1.1.min.js"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "tabs",
        "storage"
    ]
}