Venda Delivery
Automatização do seu whatsapp para impulsionar as vendas de delivery
What is Venda Delivery?
Venda Delivery is a Chrome extension developed by Rodrigo Tagliari, and its main feature is "Automatização do seu whatsapp para impulsionar as vendas de delivery".
Extension Screenshots
Download Venda Delivery Extension CRX File
Download Venda 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 do Venda Delivery vai ajudar a automatizar os serviços de Whatsapp para o seu restaurante, respondendo as perguntas mais frequentes no seu whatsapp e aumentando suas vendas. Ele é um chatbot totalmente automatizado para o seu whatsapp, recebendo perguntas e respondendo elas. Não perca mais tempo atendendo diversas pessoas. *Serviço apenas para usuarios do Venda Delivery.
Extension Basic Information
Name | Venda Delivery |
ID | dfcfoehebpgeakmnkifebjeefmfhnpad |
Official URL | https://chromewebstore.google.com/detail/venda-delivery/dfcfoehebpgeakmnkifebjeefmfhnpad |
Description | Automatização do seu whatsapp para impulsionar as vendas de delivery |
File Size | 19.59 KB |
Installation Count | 16 |
Current Version | 0.3 |
Last Updated | 2020-12-08 |
Publish Date | 2020-11-12 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Rodrigo Tagliari |
[email protected] | |
Payment Type | free |
Extension Website | https://vendadelivery.com |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Venda Delivery", "description": "Automatiza\u00e7\u00e3o do seu whatsapp para impulsionar as vendas de delivery", "version": "0.3", "offline_enabled": true, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ], "browser_action": { "default_title": "Test Extension", "default_popup": "popup.html" }, "icons": { "16": "logo-16x16.png", "32": "logo-32x32.png", "48": "logo-48x48.png", "128": "logo-128x128.png" } } |