Pimp my Wolt

Boost wolt up 🚀

Pimp my Wolt란 무엇입니까?

Pimp my Wolt은(는) amitmarx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost wolt up 🚀"입니다.

확장 프로그램 스크린샷

Pimp my Wolt 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you using Wolt everyday at work?
Are you sick of inviting your team one by one to your lunch order?
Are you using Cibus for splitting a shared order payment?
Wouldn't it be great if your Wolt's order could be auto-split on Cibus?

If the answer for all of the above is Yes, you should definitely try this extension.

For more details and setting up your team, please follow:
https://github.com/amitmarx/pimp-my-wolt                    

확장 프로그램 기본 정보

이름 Pimp my Wolt Pimp my Wolt
ID edfemdoibbcbmkojfdeldnllcbnpmfld
공식 URL https://chromewebstore.google.com/detail/pimp-my-wolt/edfemdoibbcbmkojfdeldnllcbnpmfld
설명 Boost wolt up 🚀
파일 크기 51.49 KB
설치 횟수 122
현재 버전 1.0.19
최근 업데이트 2024-01-07
출시 날짜 2020-11-18
평점 5.00/5 총 5 개의 평점
개발자 amitmarx
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/cd54c601-3d7b-4e9d-a973-69db7daf50f2
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pimp my Wolt",
    "version": "1.0.19",
    "description": "Boost wolt up \ud83d\ude80",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "\/src\/set-team-page.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "css": [
                "\/src\/styles.css",
                "\/src\/ext\/micromodal.css",
                "\/src\/wheel\/wheelstyle.css"
            ],
            "js": [
                "\/src\/ext\/micromodal.min.js",
                "\/src\/group-manager.js",
                "\/src\/bi-logger.js",
                "\/src\/wheel\/wheel-index.js",
                "\/src\/pimp-my-wolt.js"
            ],
            "matches": [
                "https:\/\/wolt.com\/*"
            ]
        },
        {
            "css": [
                "\/src\/styles.css"
            ],
            "js": [
                "\/src\/group-manager.js",
                "\/src\/bi-logger.js",
                "\/src\/pimp-my-cibus.js"
            ],
            "matches": [
                "https:\/\/www.mysodexo.co.il\/*",
                "https:\/\/myconsumers.pluxee.co.il\/*"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/loader.gif",
                "\/assets\/icons\/pimp-my-wolt-icon-48.png",
                "\/assets\/icons\/pimp-my-wolt-icon-128.png",
                "\/assets\/hungry_wheel.png",
                "src\/wheel\/wheelstyle.css",
                "src\/wheel\/wheel-index.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "edfemdoibbcbmkojfdeldnllcbnpmfld"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/pimp-my-wolt-icon-16.png",
        "24": "\/assets\/icons\/pimp-my-wolt-icon-24.png",
        "48": "\/assets\/icons\/pimp-my-wolt-icon-48.png",
        "128": "\/assets\/icons\/pimp-my-wolt-icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/icons\/pimp-my-wolt-icon-16.png",
            "24": "\/assets\/icons\/pimp-my-wolt-icon-24.png",
            "48": "\/assets\/icons\/pimp-my-wolt-icon-48.png"
        },
        "default_title": "Pimp My Wolt"
    }
}