Walmart Creator Toolbar

Make Money. Live Better.

什么是Walmart Creator Toolbar?

Walmart Creator Toolbar是由https://creator.walmart.com开发的Chrome扩展程序,该扩展的主要功能是“Make Money. Live Better.”。

扩展截图

screenshot
screenshot

下载Walmart Creator Toolbar扩展crx文件

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

扩展使用说明

                        Walmart Creator gives you everything you need to share your recommendations and earn money while you do it.                    

扩展基本信息

名称 Walmart Creator Toolbar Walmart Creator Toolbar
ID cdolhmfgibhlecnkkpapffjkcppjhjaa
官方URL https://chromewebstore.google.com/detail/walmart-creator-toolbar/cdolhmfgibhlecnkkpapffjkcppjhjaa
简介 Make Money. Live Better.
文件大小 1.04 MB
安装次数 1,617
当前版本 1.0.5
更新时间 2023-10-21
上架时间 2023-09-18
评分 5.00/5 共2次评分
开发者 https://creator.walmart.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://creator.walmart.com
帮助页面URL https://creator.walmart.com/help
隐私政策页面URL https://creator.walmart.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Walmart Creator Toolbar",
    "description": "Make Money. Live Better.",
    "version": "1.0.5",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/creator.walmart.com\/*"
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "scripting"
    ],
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_title": "Click to show Walmart Creator toolbar",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [],
            "js": [
                "static\/js\/main.a5a02ed0.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/creator.walmart.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": []
        }
    ]
}