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
Eメール [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": [
                ""
            ]
        }
    ]
}