Iumy
Integração com a plataforma Iumy.
Apa itu Iumy?
Iumy adalah ekstensi Chrome yang dikembangkan oleh https://iumy.com.br, dan fitur utamanya adalah "Integração com a plataforma Iumy.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Iumy
Unduh file ekstensi Iumy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Utilize essa extensão para enviar mensagens via Whatsapp Web de forma automática através da plataforma Iumy
Informasi Dasar Ekstensi
Nama | Iumy |
ID | ngnhddiplebeagjihbjopdndceopoadi |
URL Resmi | https://chromewebstore.google.com/detail/iumy/ngnhddiplebeagjihbjopdndceopoadi |
Deskripsi | Integração com a plataforma Iumy. |
Ukuran File | 1.75 MB |
Jumlah Instalasi | 505 |
Versi Saat Ini | 1.2.5 |
Terakhir Diperbarui | 2024-02-14 |
Tanggal Publikasi | 2024-02-14 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | https://iumy.com.br |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://docs.iumy.com.br/compliance/politica-de-privacidade |
Bahasa yang Didukung | 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": "" } } |