Walmart Creator Toolbar

Make Money. Live Better.

Was ist Walmart Creator Toolbar?

Walmart Creator Toolbar ist eine Chrome-Erweiterung, die von https://creator.walmart.com entwickelt wurde, und ihr Hauptmerkmal ist "Make Money. Live Better.".

Erweiterungsscreenshots

screenshot
screenshot

Walmart Creator Toolbar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Walmart Creator Toolbar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Walmart Creator Toolbar Walmart Creator Toolbar
ID cdolhmfgibhlecnkkpapffjkcppjhjaa
Offizielle URL https://chromewebstore.google.com/detail/walmart-creator-toolbar/cdolhmfgibhlecnkkpapffjkcppjhjaa
Beschreibung Make Money. Live Better.
Dateigröße 1.04 MB
Installationsanzahl 1,617
Aktuelle Version 1.0.5
Letztes Update 2023-10-21
Veröffentlichungsdatum 2023-09-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://creator.walmart.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://creator.walmart.com
Hilfeseite URL https://creator.walmart.com/help
URL der Datenschutzrichtlinien-Seite https://creator.walmart.com/privacy
Unterstützte Sprachen 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": []
        }
    ]
}