Iumy
Integração com a plataforma Iumy.
Was ist Iumy?
Iumy ist eine Chrome-Erweiterung, die von https://iumy.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Integração com a plataforma Iumy.".
Erweiterungsscreenshots
Iumy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Iumy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Utilize essa extensão para enviar mensagens via Whatsapp Web de forma automática através da plataforma Iumy
Grundlegende Informationen zur Erweiterung
Name | Iumy |
ID | ngnhddiplebeagjihbjopdndceopoadi |
Offizielle URL | https://chromewebstore.google.com/detail/iumy/ngnhddiplebeagjihbjopdndceopoadi |
Beschreibung | Integração com a plataforma Iumy. |
Dateigröße | 1.75 MB |
Installationsanzahl | 505 |
Aktuelle Version | 1.2.5 |
Letztes Update | 2024-02-14 |
Veröffentlichungsdatum | 2024-02-14 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://iumy.com.br |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://docs.iumy.com.br/compliance/politica-de-privacidade |
Unterstützte Sprachen | 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": "" } } |