Walmart Creator Toolbar

Make Money. Live Better.

Walmart Creator Toolbar là gì?

Walmart Creator Toolbar là một tiện ích mở rộng Chrome được phát triển bởi https://creator.walmart.com, và tính năng chính của nó là "Make Money. Live Better.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Walmart Creator Toolbar

Tải xuống các tệp mở rộng Walmart Creator Toolbar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Walmart Creator Toolbar Walmart Creator Toolbar
ID cdolhmfgibhlecnkkpapffjkcppjhjaa
URL Chính Thức https://chromewebstore.google.com/detail/walmart-creator-toolbar/cdolhmfgibhlecnkkpapffjkcppjhjaa
Mô tả Make Money. Live Better.
Kích Thước Tệp 1.04 MB
Số Lần Cài Đặt 1,617
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-10-21
Ngày Phát Hành 2023-09-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://creator.walmart.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://creator.walmart.com
URL Trang Trợ Giúp https://creator.walmart.com/help
URL Trang Chính Sách Bảo Mật https://creator.walmart.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}