Delivery Monitor | by Nota Delivery

Com o Delivery Monitor, você terá acesso a informações cruciais que vão ajudar a aumentar as vendas do seu Restaurante / Delivery.

What is Delivery Monitor | by Nota Delivery?

Delivery Monitor | by Nota Delivery is a Chrome extension developed by https://notadelivery.com.br, and its main feature is "Com o Delivery Monitor, você terá acesso a informações cruciais que vão ajudar a aumentar as vendas do seu Restaurante / Delivery.".

Extension Screenshots

screenshot
screenshot

Download Delivery Monitor | by Nota Delivery Extension CRX File

Download Delivery Monitor | by Nota 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

                        A extensão Delivery Monitor é uma ferramenta poderosa para avaliar e obter informações detalhadas sobre lojas no iFood. Com ela, você pode visualizar dados como nome da loja, logotipo, pedido mínimo, taxa de entrega, tempo de entrega, avaliações, categorias de produtos, preços, e muito mais. A extensão oferece uma interface intuitiva e fácil de usar, permitindo que você avalie a qualidade das lojas no iFood com rapidez e eficiência. Experimente esta versão de teste hoje mesmo e descubra o potencial do Delivery Monitor!"                    

Extension Basic Information

Name Delivery Monitor | by Nota Delivery Delivery Monitor | by Nota Delivery
ID jahflfcekegkgbdccadkgpenpediepie
Official URL https://chromewebstore.google.com/detail/delivery-monitor-by-nota/jahflfcekegkgbdccadkgpenpediepie
Description Com o Delivery Monitor, você terá acesso a informações cruciais que vão ajudar a aumentar as vendas do seu Restaurante / Delivery.
File Size 30.3 KB
Installation Count 149
Current Version 0.0.3
Last Updated 2023-06-30
Publish Date 2023-05-26
Rating 4.33/5 Total 6 Ratings
Developer https://notadelivery.com.br
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "ndal.js"
            ],
            "matches": [
                "*:\/\/*.ifood.com.br\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Com o Delivery Monitor, voc\u00ea ter\u00e1 acesso a informa\u00e7\u00f5es cruciais que v\u00e3o ajudar a aumentar as vendas do seu Restaurante \/ Delivery.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Delivery Monitor | by Nota Delivery",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.ifood.com.br\/*"
            ],
            "resources": [
                "icons\/*"
            ]
        }
    ]
}