Iumy

Integração com a plataforma Iumy.

Wat is Iumy?

Iumy is een Chrome-extensie ontwikkeld door https://iumy.com.br, en de belangrijkste functie is "Integração com a plataforma Iumy.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Iumy

Download Iumy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Iumy Iumy
ID ngnhddiplebeagjihbjopdndceopoadi
Officiële URL https://chromewebstore.google.com/detail/iumy/ngnhddiplebeagjihbjopdndceopoadi
Beschrijving Integração com a plataforma Iumy.
Bestandsgrootte 1.75 MB
Aantal Installaties 505
Huidige Versie 1.2.5
Laatst Bijgewerkt 2024-02-14
Publicatiedatum 2024-02-14
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://iumy.com.br
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.iumy.com.br/compliance/politica-de-privacidade
Ondersteunde Talen 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": ""
    }
}