Iumy

Integração com a plataforma Iumy.

Qu'est-ce que Iumy ?

Iumy est une extension Chrome développée par https://iumy.com.br, et sa fonction principale est "Integração com a plataforma Iumy.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Iumy

Téléchargez les fichiers d'extension Iumy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Iumy Iumy
ID ngnhddiplebeagjihbjopdndceopoadi
URL Officiel https://chromewebstore.google.com/detail/iumy/ngnhddiplebeagjihbjopdndceopoadi
Description Integração com a plataforma Iumy.
Taille du Fichier 1.75 MB
Nombre d'Installations 505
Version Actuelle 1.2.5
Dernière Mise à Jour 2024-02-14
Date de Publication 2024-02-14
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://iumy.com.br
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.iumy.com.br/compliance/politica-de-privacidade
Langues Prises en Charge 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": ""
    }
}