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"입니다.

확장 프로그램 스크린샷

screenshot

Izza Delivery 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Izza Delivery Izza Delivery
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"
    ]
}