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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage WordPress from one easy dashboard. Let WP Blazer handle all the tedious tasks so you can focus on what matters."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WPBlazer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}