WallySmarter

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

什么是WallySmarter?

WallySmarter是由https://www.wallysmarter.com开发的Chrome扩展程序,该扩展的主要功能是“WallySmarter is groundbreaking Walmart seller software. Grow Your Business on walmart.com”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载WallySmarter扩展crx文件

下载WallySmarter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 WallySmarter WallySmarter
ID nbmibeplmlgngdlophigpneidnekoceo
官方URL https://chromewebstore.google.com/detail/wallysmarter/nbmibeplmlgngdlophigpneidnekoceo
简介 WallySmarter is groundbreaking Walmart seller software. Grow Your Business on walmart.com
文件大小 1.89 MB
安装次数 2,696
当前版本 0.1.8
更新时间 2024-02-02
上架时间 2022-06-07
评分 5.00/5 共1次评分
开发者 https://www.wallysmarter.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.carbon6.io/wallysmarter
帮助页面URL https://www.carbon6.io/community?utm_content=wallysmarter-chrome-extension
隐私政策页面URL https://www.carbon6.io/legal/privacypolicy
支持的语言 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": [
                ""
            ]
        }
    ]
}