Pimp my Wolt
Boost wolt up 🚀
Pimp my Wolt là gì?
Pimp my Wolt là một tiện ích mở rộng Chrome được phát triển bởi amitmarx, và tính năng chính của nó là "Boost wolt up 🚀".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pimp my Wolt
Tải xuống các tệp mở rộng Pimp my Wolt 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pimp my Wolt |
ID | edfemdoibbcbmkojfdeldnllcbnpmfld |
URL Chính Thức | https://chromewebstore.google.com/detail/pimp-my-wolt/edfemdoibbcbmkojfdeldnllcbnpmfld |
Mô tả | Boost wolt up 🚀 |
Kích Thước Tệp | 51.49 KB |
Số Lần Cài Đặt | 122 |
Phiên Bản Hiện Tại | 1.0.19 |
Cập Nhật Lần Cuối | 2024-01-07 |
Ngày Phát Hành | 2020-11-18 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | amitmarx |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/cd54c601-3d7b-4e9d-a973-69db7daf50f2 |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |