qSandbox - Quick test/sandbox WordPress site
This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click.
Was ist qSandbox - Quick test/sandbox WordPress site?
qSandbox - Quick test/sandbox WordPress site ist eine Chrome-Erweiterung, die von https://qsandbox.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click.".
Erweiterungsscreenshots
qSandbox - Quick test/sandbox WordPress site-Erweiterungs-CRX-Datei herunterladen
Laden Sie qSandbox - Quick test/sandbox WordPress site-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | qSandbox - Quick test/sandbox WordPress site |
ID | hlphcneaoopjplmjhlifpekcjcmpmdpi |
Offizielle URL | https://chromewebstore.google.com/detail/qsandbox-quick-testsandbo/hlphcneaoopjplmjhlifpekcjcmpmdpi |
Beschreibung | This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click. |
Dateigröße | 116 KB |
Installationsanzahl | 44 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2017-01-09 |
Veröffentlichungsdatum | 2017-01-09 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://qsandbox.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://qsandbox.com |
Unterstützte Sprachen | 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:\/\/*\/*", " |