Walmart Creator Toolbar

Make Money. Live Better.

What is Walmart Creator Toolbar?

Walmart Creator Toolbar is a Chrome extension developed by https://creator.walmart.com, and its main feature is "Make Money. Live Better.".

Extension Screenshots

screenshot
screenshot

Download Walmart Creator Toolbar Extension CRX File

Download Walmart Creator Toolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Walmart Creator Toolbar Walmart Creator Toolbar
ID cdolhmfgibhlecnkkpapffjkcppjhjaa
Official URL https://chromewebstore.google.com/detail/walmart-creator-toolbar/cdolhmfgibhlecnkkpapffjkcppjhjaa
Description Make Money. Live Better.
File Size 1.04 MB
Installation Count 1,617
Current Version 1.0.5
Last Updated 2023-10-21
Publish Date 2023-09-18
Rating 5.00/5 Total 2 Ratings
Developer https://creator.walmart.com
Email [email protected]
Payment Type free
Extension Website https://creator.walmart.com
Help Page URL https://creator.walmart.com/help
Privacy Policy Page URL https://creator.walmart.com/privacy
Supported Languages 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": []
        }
    ]
}