Izza Delivery
Extensão do chrome para agilizar o atendimento do delivery por whatsapp
什么是Izza Delivery?
Izza Delivery是由https://izza.online开发的Chrome扩展程序,该扩展的主要功能是“Extensão do chrome para agilizar o atendimento do delivery por whatsapp”。
扩展截图
下载Izza Delivery扩展crx文件
下载Izza Delivery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | micbejknmlmdembjamkhplmdnfccfihk |
| 官方URL | https://chromewebstore.google.com/detail/izza-delivery/micbejknmlmdembjamkhplmdnfccfihk |
| 简介 | Extensão do chrome para agilizar o atendimento do delivery por whatsapp |
| 文件大小 | 187 KB |
| 安装次数 | 1,404 |
| 当前版本 | 2.5.0 |
| 更新时间 | 2023-12-19 |
| 上架时间 | 2020-07-03 |
| 评分 | 4.50/5 共4次评分 |
| 开发者 | https://izza.online |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://appclientefiel.com.br/politicaprivacidade.html |
| 支持的语言 | 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"
]
} | |