Izza Delivery

Extensão do chrome para agilizar o atendimento do delivery por whatsapp

Wat is Izza Delivery?

Izza Delivery is een Chrome-extensie ontwikkeld door https://izza.online, en de belangrijkste functie is "Extensão do chrome para agilizar o atendimento do delivery por whatsapp".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Izza Delivery

Download Izza Delivery-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Izza Delivery Izza Delivery
ID micbejknmlmdembjamkhplmdnfccfihk
Officiële URL https://chromewebstore.google.com/detail/izza-delivery/micbejknmlmdembjamkhplmdnfccfihk
Beschrijving Extensão do chrome para agilizar o atendimento do delivery por whatsapp
Bestandsgrootte 187 KB
Aantal Installaties 1,404
Huidige Versie 2.5.0
Laatst Bijgewerkt 2023-12-19
Publicatiedatum 2020-07-03
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar https://izza.online
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://appclientefiel.com.br/politicaprivacidade.html
Ondersteunde Talen 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"
    ]
}