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ファイルをダウンロード

WPBlazer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}