Iumy
Integração com a plataforma Iumy.
Hvad er Iumy?
Iumy er en Chrome-udvidelse udviklet af https://iumy.com.br, og dens hovedfunktion er "Integração com a plataforma Iumy.".
Udvidelsesskærmbilleder
Download Iumy-udvidelses-CRX-fil
Download Iumy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Utilize essa extensão para enviar mensagens via Whatsapp Web de forma automática através da plataforma Iumy
Grundlæggende oplysninger om udvidelsen
Navn | Iumy |
ID | ngnhddiplebeagjihbjopdndceopoadi |
Officiel URL | https://chromewebstore.google.com/detail/iumy/ngnhddiplebeagjihbjopdndceopoadi |
Beskrivelse | Integração com a plataforma Iumy. |
Filstørrelse | 1.75 MB |
Antal Installationer | 505 |
Nuværende Version | 1.2.5 |
Senest Opdateret | 2024-02-14 |
Udgivelsesdato | 2024-02-14 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | https://iumy.com.br |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://docs.iumy.com.br/compliance/politica-de-privacidade |
Understøttede Sprog | 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": "" } } |