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 |
| Eメール | [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\/*"
]
} | |