WallySmarter

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

Qu'est-ce que WallySmarter ?

WallySmarter est une extension Chrome développée par https://www.wallysmarter.com, et sa fonction principale est "WallySmarter is groundbreaking Walmart seller software. Grow Your Business on walmart.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WallySmarter

Téléchargez les fichiers d'extension WallySmarter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WallySmarter WallySmarter
ID nbmibeplmlgngdlophigpneidnekoceo
URL Officiel https://chromewebstore.google.com/detail/wallysmarter/nbmibeplmlgngdlophigpneidnekoceo
Description WallySmarter is groundbreaking Walmart seller software. Grow Your Business on walmart.com
Taille du Fichier 1.89 MB
Nombre d'Installations 2,696
Version Actuelle 0.1.8
Dernière Mise à Jour 2024-02-02
Date de Publication 2022-06-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.wallysmarter.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.carbon6.io/wallysmarter
URL de la Page d'Aide https://www.carbon6.io/community?utm_content=wallysmarter-chrome-extension
URL de la Page de Politique de Confidentialité https://www.carbon6.io/legal/privacypolicy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}