Iumy

Integração com a plataforma Iumy.

什麼是Iumy?

Iumy是由https://iumy.com.br開發的Chrome擴展程式,該擴展的主要功能是“Integração com a plataforma Iumy.”。

擴展截圖

screenshot

下載Iumy擴展crx文件

下載Iumy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Iumy Iumy
ID ngnhddiplebeagjihbjopdndceopoadi
官方網址 https://chromewebstore.google.com/detail/iumy/ngnhddiplebeagjihbjopdndceopoadi
簡介 Integração com a plataforma Iumy.
檔案大小 1.75 MB
安裝次數 505
目前版本 1.2.5
更新時間 2024-02-14
上架時間 2024-02-14
評分 5.00/5 共 4 次評分
開發者 https://iumy.com.br
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.iumy.com.br/compliance/politica-de-privacidade
支援的語言 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": ""
    }
}