Mudar tempo delivery Portal Ifood em massa
Aumente ou diminua os tempos de todos os alcances do App do ifood e do cardápio digital de uma só vez.
Mudar tempo delivery Portal Ifood em massa là gì?
Mudar tempo delivery Portal Ifood em massa là một tiện ích mở rộng Chrome được phát triển bởi Vicente Higino, và tính năng chính của nó là "Aumente ou diminua os tempos de todos os alcances do App do ifood e do cardápio digital de uma só vez.".
Ả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 Mudar tempo delivery Portal Ifood em massa
Tải xuống các tệp mở rộng Mudar tempo delivery Portal Ifood em massa 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
Você que usa o portal do ifood e precisa mudar o tempo do delivery sabe como pode ser chato e demorado, principalmente quando você tem outras coisa para fazer no seu restaurante. Essa extensão visa facilitar isso, com uma interface simples você pode aumentar ou diminuir o tempo de todas as areas de uma só vez.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mudar tempo delivery Portal Ifood em massa |
ID | chmndlgapgilopjblahloiolphjfebcd |
URL Chính Thức | https://chromewebstore.google.com/detail/mudar-tempo-delivery-port/chmndlgapgilopjblahloiolphjfebcd |
Mô tả | Aumente ou diminua os tempos de todos os alcances do App do ifood e do cardápio digital de uma só vez. |
Kích Thước Tệp | 397 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-03-04 |
Ngày Phát Hành | 2022-02-16 |
Nhà Phát Triển | Vicente Higino |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/vicente-higino/ifood-extension-mudar-tempo-delivery |
URL Trang Trợ Giúp | https://github.com/vicente-higino/ifood-extension-mudar-tempo-delivery/issues |
Ngôn Ngữ Được Hỗ Trợ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mudar tempo delivery Portal Ifood em massa", "description": "Aumente ou diminua os tempos de todos os alcances do App do ifood e do card\u00e1pio digital de uma s\u00f3 vez.", "version": "1.3", "icons": { "128": "iconEnabled.png" }, "action": { "default_title": "Mudar Tempo Delivery", "default_icon": { "32": "iconDisabled.png" } }, "content_scripts": [ { "matches": [ "https:\/\/portal.ifood.com.br\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "css": [ "style.css" ] } ], "background": { "service_worker": "js\/background.js" }, "commands": { "Ctrl+M": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Ctrl+M." } }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/portal.ifood.com.br\/*" ] } |