Box Delivery Pedidos

Captura os pedidos de outras platformas

Box Delivery Pedidos là gì?

Box Delivery Pedidos là một tiện ích mở rộng Chrome được phát triển bởi ti, và tính năng chính của nó là "Captura os pedidos de outras platformas".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Box Delivery Pedidos

Tải xuống các tệp mở rộng Box Delivery Pedidos 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

                        Extensão de integração da Box Delivery com clientes e colaboradores.

Integrando o PDV dos clientes a box delivery.


Email para suporte: [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Box Delivery Pedidos Box Delivery Pedidos
ID ibdhjdfokpdpmgoondaifnmdpfijbkkp
URL Chính Thức https://chromewebstore.google.com/detail/box-delivery-pedidos/ibdhjdfokpdpmgoondaifnmdpfijbkkp
Mô tả Captura os pedidos de outras platformas
Kích Thước Tệp 39.7 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-01-27
Ngày Phát Hành 2020-10-25
Nhà Phát Triển ti
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://boxdelivery.com.br/
URL Trang Trợ Giúp https://boxdelivery.com.br/
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Box Delivery Pedidos",
    "version": "1.4",
    "description": "Captura os pedidos de outras platformas",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.3.5.1.min.js",
                "config.js",
                "ifood.js",
                "ze_delivery.js",
                "uber_eats.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "*:\/\/*\/*"
    ]
}