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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to quickly install plugins and themes on the qSandbox platform with a single click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

qSandbox - Quick test/sandbox WordPress site 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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:\/\/*\/*",
        "",
        "tabs",
        "storage"
    ]
}