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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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": ""
}
} | |