Izza Delivery
Extensão do chrome para agilizar o atendimento do delivery por whatsapp
What is Izza Delivery?
Izza Delivery is a Chrome extension developed by https://izza.online, and its main feature is "Extensão do chrome para agilizar o atendimento do delivery por whatsapp".
Extension Screenshots
Download Izza Delivery Extension CRX File
Download Izza Delivery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
O Plugin Izza Delivery foi desenvolvido para facilitar a visualização dos pedidos no Painel Administrativos da Cliente Fiel. Com a ferramenta, é possível emitir alertas sonoros de recebimento de pedidos, mesmo que a Aba do sistema não esteja aberta. Com o plugin também é possível realizar a impressão dos pedidos recebidos.
Extension Basic Information
Name | Izza Delivery |
ID | micbejknmlmdembjamkhplmdnfccfihk |
Official URL | https://chromewebstore.google.com/detail/izza-delivery/micbejknmlmdembjamkhplmdnfccfihk |
Description | Extensão do chrome para agilizar o atendimento do delivery por whatsapp |
File Size | 187 KB |
Installation Count | 1,404 |
Current Version | 2.5.0 |
Last Updated | 2023-12-19 |
Publish Date | 2020-07-03 |
Rating | 4.50/5 Total 4 Ratings |
Developer | https://izza.online |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://appclientefiel.com.br/politicaprivacidade.html |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Izza Delivery", "version": "2.5.0", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Extens\u00e3o do chrome para agilizar o atendimento do delivery por whatsapp", "icons": { "16": "logo\/16.png", "48": "logo\/48.png", "128": "logo\/128.png" }, "browser_action": { "default_title": "Izza Delivery extension", "default_popup": "html\/popup.html" }, "background": { "persistent": true, "scripts": [ "js\/jquery.js", "background.js" ] }, "author": "Pablo Reis", "permissions": [ "activeTab", "cookies", "webNavigation", "tabs", "notifications", "https:\/\/us-central1-izza-lcmjrp.cloudfunctions.net\/*", "https:\/\/web.whatsapp.com\/*", "https:\/\/ws.appclientefiel.com.br\/*", "https:\/\/sistema.appclientefiel.com.br\/*", "https:\/\/painel.clientefiel.app\/*" ], "web_accessible_resources": [ "js\/jquery.js", "js\/api.js", "js\/whatsapp.js", "js\/wapi.js", "js\/izza.js", "sounds\/ring.mp3" ] } |