Walmart Creator Toolbar

Make Money. Live Better.

Wat is Walmart Creator Toolbar?

Walmart Creator Toolbar is een Chrome-extensie ontwikkeld door https://creator.walmart.com, en de belangrijkste functie is "Make Money. Live Better.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Walmart Creator Toolbar

Download Walmart Creator Toolbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Walmart Creator Toolbar Walmart Creator Toolbar
ID cdolhmfgibhlecnkkpapffjkcppjhjaa
Officiële URL https://chromewebstore.google.com/detail/walmart-creator-toolbar/cdolhmfgibhlecnkkpapffjkcppjhjaa
Beschrijving Make Money. Live Better.
Bestandsgrootte 1.04 MB
Aantal Installaties 1,617
Huidige Versie 1.0.5
Laatst Bijgewerkt 2023-10-21
Publicatiedatum 2023-09-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://creator.walmart.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://creator.walmart.com
Help Pagina-URL https://creator.walmart.com/help
URL van de Privacybeleid Pagina https://creator.walmart.com/privacy
Ondersteunde Talen 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": []
        }
    ]
}