Iumy
Integração com a plataforma Iumy.
What is Iumy?
Iumy is a Chrome extension developed by https://iumy.com.br, and its main feature is "Integração com a plataforma Iumy.".
Extension Screenshots
Download Iumy Extension CRX File
Download Iumy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Utilize essa extensão para enviar mensagens via Whatsapp Web de forma automática através da plataforma Iumy
Extension Basic Information
Name | Iumy |
ID | ngnhddiplebeagjihbjopdndceopoadi |
Official URL | https://chromewebstore.google.com/detail/iumy/ngnhddiplebeagjihbjopdndceopoadi |
Description | Integração com a plataforma Iumy. |
File Size | 1.75 MB |
Installation Count | 505 |
Current Version | 1.2.5 |
Last Updated | 2024-02-14 |
Publish Date | 2024-02-14 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://iumy.com.br |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.iumy.com.br/compliance/politica-de-privacidade |
Supported Languages | 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": "" } } |