Walmart Creator Toolbar

Make Money. Live Better.

Cos'è Walmart Creator Toolbar?

Walmart Creator Toolbar è un'estensione di Chrome sviluppata da https://creator.walmart.com, e la sua funzione principale è "Make Money. Live Better.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Walmart Creator Toolbar

Scarica i file di estensione Walmart Creator Toolbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Walmart Creator Toolbar Walmart Creator Toolbar
ID cdolhmfgibhlecnkkpapffjkcppjhjaa
URL Ufficiale https://chromewebstore.google.com/detail/walmart-creator-toolbar/cdolhmfgibhlecnkkpapffjkcppjhjaa
Descrizione Make Money. Live Better.
Dimensione del File 1.04 MB
Conteggio Installazioni 1,617
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-10-21
Data di Pubblicazione 2023-09-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://creator.walmart.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://creator.walmart.com
URL della Pagina di Aiuto https://creator.walmart.com/help
URL della Pagina della Politica sulla Privacy https://creator.walmart.com/privacy
Lingue Supportate 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": []
        }
    ]
}