Venda Delivery
Automatização do seu whatsapp para impulsionar as vendas de delivery
Venda Delivery là gì?
Venda Delivery là một tiện ích mở rộng Chrome được phát triển bởi Rodrigo Tagliari, và tính năng chính của nó là "Automatização do seu whatsapp para impulsionar as vendas de delivery".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Venda Delivery
Tải xuống các tệp mở rộng Venda Delivery dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Venda Delivery |
ID | dfcfoehebpgeakmnkifebjeefmfhnpad |
URL Chính Thức | https://chromewebstore.google.com/detail/venda-delivery/dfcfoehebpgeakmnkifebjeefmfhnpad |
Mô tả | Automatização do seu whatsapp para impulsionar as vendas de delivery |
Kích Thước Tệp | 19.59 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2020-12-08 |
Ngày Phát Hành | 2020-11-12 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Rodrigo Tagliari |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://vendadelivery.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |