Dawntech+ for Blip

Pacote de extensões para a plataforma Take Blip.

Dawntech+ for Blip là gì?

Dawntech+ for Blip là một tiện ích mở rộng Chrome được phát triển bởi beuren.bechlin, và tính năng chính của nó là "Pacote de extensões para a plataforma Take Blip.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dawntech+ for Blip

Tải xuống các tệp mở rộng Dawntech+ for Blip 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 desenvolvida para potencializar o uso da plataforma de atendimento Blip Desk da Blip. Para mais informações sobre a ativação das funcionalidades, acesse a Blip Store, e busque pelas extensões desenvolvidas pela Dawntech Inc.!                    

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

Tên Dawntech+ for Blip Dawntech+ for Blip
ID fkdcglaplckhhfadnpgmkeidjopgcmmc
URL Chính Thức https://chromewebstore.google.com/detail/dawntech+-for-blip/fkdcglaplckhhfadnpgmkeidjopgcmmc
Mô tả Pacote de extensões para a plataforma Take Blip.
Kích Thước Tệp 692 KB
Số Lần Cài Đặt 0
Phiên Bản Hiện Tại 1.0.18
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2022-11-30
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển beuren.bechlin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dawntech.dev/
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dawntech+ for Blip",
    "description": "Pacote de extens\u00f5es para a plataforma Take Blip.",
    "version": "1.0.18",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.desk.blip.ai\/*",
                "http:\/\/*.desk.blip.ai\/*"
            ],
            "js": [
                "ws_loader.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.desk.blip.ai\/*",
                "http:\/\/*.desk.blip.ai\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ws.js",
                "sandbox.html"
            ],
            "matches": [
                "https:\/\/*.desk.blip.ai\/*"
            ]
        }
    ]
}