WPBlazer

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

Qu'est-ce que WPBlazer ?

WPBlazer est une extension Chrome développée par https://wpblazer.com, et sa fonction principale est "Manage WordPress from one easy dashboard. Let WP Blazer handle all the tedious tasks so you can focus on what matters.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WPBlazer

Téléchargez les fichiers d'extension WPBlazer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WPBlazer WPBlazer
ID chhjdjmidgdagmdbfneffohmoknnjejc
URL Officiel https://chromewebstore.google.com/detail/wpblazer/chhjdjmidgdagmdbfneffohmoknnjejc
Description Manage WordPress from one easy dashboard. Let WP Blazer handle all the tedious tasks so you can focus on what matters.
Taille du Fichier 162 KB
Nombre d'Installations 89
Version Actuelle 0.4
Dernière Mise à Jour 2024-02-01
Date de Publication 2022-04-28
Développeur https://wpblazer.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wpblazer.com/
URL de la Page d'Aide https://help.wpblazer.com/
URL de la Page de Politique de Confidentialité https://wpblazer.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}