WallySmarter

WallySmarter is groundbreaking Walmart seller software. Grow Your Business on walmart.com

Cos'è WallySmarter?

WallySmarter è un'estensione di Chrome sviluppata da https://www.wallysmarter.com, e la sua funzione principale è "WallySmarter is groundbreaking Walmart seller software. Grow Your Business on walmart.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WallySmarter

Scarica i file di estensione WallySmarter 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

                        Find perfect products to sell using our Machine Learning and proven supply/demand metrics.

WallySmarter allows you previously unseen access to those great keywords on Walmart that generate the highest revenue yet the competing products are easy to compete with.

WallySmarter provides you an easy way to check if a niche on Walmart is profitable via Walmart Fulfilment Services. Save time by viewing a large amount of data in a single screen, and sift through the junk products to find those competitive products on Walmart that really sell well.                    

Informazioni di Base sull'Estensione

Nome WallySmarter WallySmarter
ID nbmibeplmlgngdlophigpneidnekoceo
URL Ufficiale https://chromewebstore.google.com/detail/wallysmarter/nbmibeplmlgngdlophigpneidnekoceo
Descrizione WallySmarter is groundbreaking Walmart seller software. Grow Your Business on walmart.com
Dimensione del File 1.89 MB
Conteggio Installazioni 2,696
Versione Corrente 0.1.8
Ultimo Aggiornamento 2024-02-02
Data di Pubblicazione 2022-06-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.wallysmarter.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.carbon6.io/wallysmarter
URL della Pagina di Aiuto https://www.carbon6.io/community?utm_content=wallysmarter-chrome-extension
URL della Pagina della Politica sulla Privacy https://www.carbon6.io/legal/privacypolicy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WallySmarter",
    "short_name": "WallySmarter",
    "description": "WallySmarter is groundbreaking Walmart seller software. Grow Your Business on walmart.com",
    "version": "0.1.8",
    "version_name": "0.1.8",
    "author": "WallySmarter ",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png",
        "512": "icon\/512.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icon\/16-off.png",
            "48": "icon\/48-off.png",
            "128": "icon\/128-off.png",
            "256": "icon\/256-off.png"
        },
        "default_title": "WallySmarter",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.walmart.com\/*",
                "https:\/\/walmart.com\/*",
                "https:\/\/wallysmarter.com\/*",
                "https:\/\/*.wallysmarter.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "plugins\/jquery-ui\/jQueryUI-v1.12.1.css",
                "plugins\/bootstrap\/bootstrap.4.6.1.min.css",
                "plugins\/DataTables-master\/css\/dataTables.jqueryui.css",
                "plugins\/DataTables-master\/css\/dataTables.bootstrap4.css",
                "plugins\/FixedHeader-master\/css\/fixedHeader.bootstrap4.scss",
                "plugins\/Font-Awesome-4.x\/css\/font-awesome.min.css",
                "plugins\/tooltipster-master\/dist\/css\/plugins\/tooltipster\/sideTip\/themes\/tooltipster-sideTip-noir.min.css",
                "css\/extension.css",
                "css\/custom.css",
                "css\/common-class.css",
                "css\/style.css"
            ],
            "js": [
                "plugins\/jquery\/jquery.3.6.0.js",
                "plugins\/jquery\/jquery.validate.min.js",
                "plugins\/popper\/popper.umd.core.v2.11.2.js",
                "plugins\/bootstrap\/boostrap.4.6.1.min.js",
                "plugins\/jquery-ui\/JqueryUI-v1.12.1.js",
                "plugins\/DataTables-master\/js\/jquery.dataTables.js",
                "plugins\/DataTables-master\/js\/dataTables.bootstrap4.js",
                "plugins\/DataTables-Buttons-master\/js\/dataTables.buttons.min.js",
                "plugins\/FixedHeader-master\/js\/fixedHeader.bootstrap4.js",
                "plugins\/DataTables-Responsive-master\/js\/dataTables.responsive.min.js",
                "service-worker-utils.js",
                "plugins\/highcharts\/highcharts.js",
                "env.js",
                "common.js",
                "content.js",
                "constant.js",
                "products.js"
            ]
        }
    ],
    "incognito": "spanning",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "permissions": [
        "background",
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "scripting",
        "identity",
        "notifications"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "https:\/\/wallysmarter.com\/*",
        "https:\/\/*.wallysmarter.com\/*",
        "https:\/\/*.carbon6.io\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/wallysmarter.com\/*",
            "https:\/\/*.wallysmarter.com\/*",
            "https:\/\/*.carbon6.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "login.html",
                "product-listing.html",
                "product-detail.html",
                "check-subscription.html",
                "favourite-modal.html",
                "price-sales-history-popup.html",
                "listing-quality-score.html",
                "plugins\/bootstrap\/bootstrap.min.js.map",
                "plugins\/popper\/popper.min.js.map",
                "plugins\/highcharts\/sunset.js.map",
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}