WPBlazer

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

WPBlazer là gì?

WPBlazer là một tiện ích mở rộng Chrome được phát triển bởi https://wpblazer.com, và tính năng chính của nó là "Manage WordPress from one easy dashboard. Let WP Blazer handle all the tedious tasks so you can focus on what matters.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WPBlazer

Tải xuống các tệp mở rộng WPBlazer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WPBlazer WPBlazer
ID chhjdjmidgdagmdbfneffohmoknnjejc
URL Chính Thức https://chromewebstore.google.com/detail/wpblazer/chhjdjmidgdagmdbfneffohmoknnjejc
Mô tả Manage WordPress from one easy dashboard. Let WP Blazer handle all the tedious tasks so you can focus on what matters.
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 89
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2022-04-28
Nhà Phát Triển https://wpblazer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wpblazer.com/
URL Trang Trợ Giúp https://help.wpblazer.com/
URL Trang Chính Sách Bảo Mật https://wpblazer.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}