Iumy
Integração com a plataforma Iumy.
Iumyとは何ですか?
Iumyはhttps://iumy.com.brによって開発されたChromeの拡張機能で、その主な機能は「Integração com a plataforma Iumy.」です。
拡張機能のスクリーンショット
Iumy拡張機能のCRXファイルをダウンロード
Iumy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Utilize essa extensão para enviar mensagens via Whatsapp Web de forma automática através da plataforma Iumy
拡張機能の基本情報
名前 | Iumy |
ID | ngnhddiplebeagjihbjopdndceopoadi |
公式URL | https://chromewebstore.google.com/detail/iumy/ngnhddiplebeagjihbjopdndceopoadi |
説明 | Integração com a plataforma Iumy. |
ファイルサイズ | 1.75 MB |
インストール数 | 505 |
現在のバージョン | 1.2.5 |
最終更新日 | 2024-02-14 |
公開日 | 2024-02-14 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://iumy.com.br |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://docs.iumy.com.br/compliance/politica-de-privacidade |
対応言語 | 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": "" } } |