Iumy

Integração com a plataforma Iumy.

Iumy là gì?

Iumy là một tiện ích mở rộng Chrome được phát triển bởi https://iumy.com.br, và tính năng chính của nó là "Integração com a plataforma Iumy.".

Ả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 Iumy

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

                        Utilize essa extensão para enviar mensagens via Whatsapp Web de forma automática através da plataforma Iumy                    

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

Tên Iumy Iumy
ID ngnhddiplebeagjihbjopdndceopoadi
URL Chính Thức https://chromewebstore.google.com/detail/iumy/ngnhddiplebeagjihbjopdndceopoadi
Mô tả Integração com a plataforma Iumy.
Kích Thước Tệp 1.75 MB
Số Lần Cài Đặt 505
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2024-02-14
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://iumy.com.br
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.iumy.com.br/compliance/politica-de-privacidade
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Iumy",
    "description": "Integra\u00e7\u00e3o com a plataforma Iumy.",
    "version": "1.2.5",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "expose_whatsapp.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        },
        {
            "resources": [
                "expose_shopify.js"
            ],
            "matches": [
                "https:\/\/admin.shopify.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/web.whatsapp.com\/*",
            "http:\/\/localhost\/*",
            "https:\/\/*.iumy.com.br\/*",
            "https:\/\/admin.shopify.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "whatsapp.js"
            ]
        },
        {
            "matches": [
                "https:\/\/admin.shopify.com\/store\/*\/orders\/*"
            ],
            "js": [
                "shopify.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": ""
    }
}