Effixient.io
Companion extension to https://effixient.io to allow adding contacts to campaigns and more.
什么是Effixient.io?
Effixient.io是由https://effixient.io开发的Chrome扩展程序,该扩展的主要功能是“Companion extension to https://effixient.io to allow adding contacts to campaigns and more.”。
扩展截图
下载Effixient.io扩展crx文件
下载Effixient.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Effixient Browser Extension allows you to use Effixient with Standard XING to create message campaigns and enhance your experience. 扩展基本信息
| 名称 | |
| ID | fecnepgodilnoejomibgncjkepjcbjho |
| 官方URL | https://chromewebstore.google.com/detail/effixientio/fecnepgodilnoejomibgncjkepjcbjho |
| 简介 | Companion extension to https://effixient.io to allow adding contacts to campaigns and more. |
| 文件大小 | 662 KB |
| 安装次数 | 54 |
| 当前版本 | 0.0.5 |
| 更新时间 | 2022-10-30 |
| 上架时间 | 2022-06-21 |
| 开发者 | https://effixient.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://effixient.io |
| 隐私政策页面URL | https://www.iubenda.com/privacy-policy/18715728 |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Companion extension to https:\/\/effixient.io to allow adding contacts to campaigns and more.",
"version": "0.0.5",
"manifest_version": 3,
"name": "Effixient.io",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/xing.com\/*",
"https:\/\/*.xing.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": []
}
],
"web_accessible_resources": [
{
"resources": [
"icon_only_1280.png",
"icon-128.png"
],
"matches": [
"https:\/\/xing.com\/*",
"https:\/\/*.xing.com\/*"
]
}
],
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"http:\/\/localhost:3001\/",
"http:\/\/localhost:8000\/",
"https:\/\/api.effixient.io\/",
"https:\/\/effixient-api-staging.herokuapp.com\/",
"https:\/\/effixient-dashboard.vercel.app\/",
"https:\/\/app.effixient.io\/",
"https:\/\/xing.com\/*",
"https:\/\/*.xing.com\/*"
]
} | |