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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
        }
    ]
}