Walmart Creator Toolbar

Make Money. Live Better.

Qu'est-ce que Walmart Creator Toolbar ?

Walmart Creator Toolbar est une extension Chrome développée par https://creator.walmart.com, et sa fonction principale est "Make Money. Live Better.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Walmart Creator Toolbar

Téléchargez les fichiers d'extension Walmart Creator Toolbar 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

                        Walmart Creator gives you everything you need to share your recommendations and earn money while you do it.                    

Informations de Base sur l'Extension

Nom Walmart Creator Toolbar Walmart Creator Toolbar
ID cdolhmfgibhlecnkkpapffjkcppjhjaa
URL Officiel https://chromewebstore.google.com/detail/walmart-creator-toolbar/cdolhmfgibhlecnkkpapffjkcppjhjaa
Description Make Money. Live Better.
Taille du Fichier 1.04 MB
Nombre d'Installations 1,617
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-10-21
Date de Publication 2023-09-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://creator.walmart.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://creator.walmart.com
URL de la Page d'Aide https://creator.walmart.com/help
URL de la Page de Politique de Confidentialité https://creator.walmart.com/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Walmart Creator Toolbar",
    "description": "Make Money. Live Better.",
    "version": "1.0.5",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/creator.walmart.com\/*"
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "scripting"
    ],
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_title": "Click to show Walmart Creator toolbar",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [],
            "js": [
                "static\/js\/main.a5a02ed0.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/creator.walmart.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": []
        }
    ]
}