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.
Was ist Mudar tempo delivery Portal Ifood em massa?
Mudar tempo delivery Portal Ifood em massa ist eine Chrome-Erweiterung, die von Vicente Higino entwickelt wurde, und ihr Hauptmerkmal ist "Aumente ou diminua os tempos de todos os alcances do App do ifood e do cardápio digital de uma só vez.".
Erweiterungsscreenshots
Mudar tempo delivery Portal Ifood em massa-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mudar tempo delivery Portal Ifood em massa-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | chmndlgapgilopjblahloiolphjfebcd |
| Offizielle URL | https://chromewebstore.google.com/detail/mudar-tempo-delivery-port/chmndlgapgilopjblahloiolphjfebcd |
| Beschreibung | Aumente ou diminua os tempos de todos os alcances do App do ifood e do cardápio digital de uma só vez. |
| Dateigröße | 397 KB |
| Installationsanzahl | 108 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2022-03-04 |
| Veröffentlichungsdatum | 2022-02-16 |
| Entwickler | Vicente Higino |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/vicente-higino/ifood-extension-mudar-tempo-delivery |
| Hilfeseite URL | https://github.com/vicente-higino/ifood-extension-mudar-tempo-delivery/issues |
| Unterstützte Sprachen | 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\/*"
]
} | |