WallySmarter

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

Wat is WallySmarter?

WallySmarter is een Chrome-extensie ontwikkeld door https://www.wallysmarter.com, en de belangrijkste functie is "WallySmarter is groundbreaking Walmart seller software. Grow Your Business on walmart.com".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WallySmarter

Download WallySmarter-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

                        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.                    

Basisinformatie over de Extensie

Naam WallySmarter WallySmarter
ID nbmibeplmlgngdlophigpneidnekoceo
Officiële URL https://chromewebstore.google.com/detail/wallysmarter/nbmibeplmlgngdlophigpneidnekoceo
Beschrijving WallySmarter is groundbreaking Walmart seller software. Grow Your Business on walmart.com
Bestandsgrootte 1.89 MB
Aantal Installaties 2,696
Huidige Versie 0.1.8
Laatst Bijgewerkt 2024-02-02
Publicatiedatum 2022-06-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.wallysmarter.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.carbon6.io/wallysmarter
Help Pagina-URL https://www.carbon6.io/community?utm_content=wallysmarter-chrome-extension
URL van de Privacybeleid Pagina https://www.carbon6.io/legal/privacypolicy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}