WPBlazer

Manage WordPress from one easy dashboard. Let WP Blazer handle all the tedious tasks so you can focus on what matters.

WPBlazer란 무엇입니까?

WPBlazer은(는) https://wpblazer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage WordPress from one easy dashboard. Let WP Blazer handle all the tedious tasks so you can focus on what matters."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

WPBlazer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        WPBlazer works like a centralised command centre providing instant access to all your sites from one dashboard..WPBlazer chrome extension helps the customer onboarding process. Customer can quickly add their Wordpress website to WPBlazer platform. It just takes a few clicks to add.                    

확장 프로그램 기본 정보

이름 WPBlazer WPBlazer
ID chhjdjmidgdagmdbfneffohmoknnjejc
공식 URL https://chromewebstore.google.com/detail/wpblazer/chhjdjmidgdagmdbfneffohmoknnjejc
설명 Manage WordPress from one easy dashboard. Let WP Blazer handle all the tedious tasks so you can focus on what matters.
파일 크기 162 KB
설치 횟수 89
현재 버전 0.4
최근 업데이트 2024-02-01
출시 날짜 2022-04-28
개발자 https://wpblazer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wpblazer.com/
도움말 페이지 URL https://help.wpblazer.com/
개인정보 보호 정책 페이지 URL https://wpblazer.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "action": {
        "default_icon": {
            "128": "images\/icon.png",
            "48": "images\/icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/pageload.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Manage WordPress from one easy dashboard. Let WP Blazer handle all the tedious tasks so you can focus on what matters.",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtzFiglpd4R501EOtnBJQKhhvfX65Vwhio5MNy4j1pRxJCIbr0KZZb7akTvPUN67Ejwv9sNsKIPn7Wtw7jsw2vv7E+JAt\/t9TbsScNybkcrD3OPYdeIbvHpMLOtIpLVklMmoTu+PrDpiTFpW2XA04LmVrVOnMx7GZXL5tlxt9g0eCJTDNdC\/g7ja5xrtIcVDet+yrC2\/+CBL3eHJrf\/UXnBaH2wIfG\/s4JwN8P\/aZz70FoGTG\/OQOITGJMPzpG1tWn0xwyJI+U3YJr7STrQiFsdYyDK1386FnHQZcpnkBpYJeKLlopCz3DbZ4HJmcgDcuE+ENo2s5HhnSRTIscoizjQIDAQAB",
    "manifest_version": 3,
    "name": "WPBlazer",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "home.html"
            ]
        }
    ]
}