qSandbox - Quick test/sandbox WordPress site
This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click.
qSandbox - Quick test/sandbox WordPress site क्या है?
qSandbox - Quick test/sandbox WordPress site https://qsandbox.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में qSandbox - Quick test/sandbox WordPress site एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | qSandbox - Quick test/sandbox WordPress site |
ID | hlphcneaoopjplmjhlifpekcjcmpmdpi |
आधिकारिक URL | https://chromewebstore.google.com/detail/qsandbox-quick-testsandbo/hlphcneaoopjplmjhlifpekcjcmpmdpi |
विवरण | This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click. |
फ़ाइल का आकार | 116 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2017-01-09 |
प्रकाशन तिथि | 2017-01-09 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://qsandbox.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://qsandbox.com |
समर्थित भाषाएँ | 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:\/\/*\/*", " |