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."입니다.

확장 프로그램 스크린샷

screenshot

Effixient.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Effixient Browser Extension allows you to use Effixient with Standard XING to create message campaigns and enhance your experience.                    

확장 프로그램 기본 정보

이름 Effixient.io Effixient.io
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\/*"
    ]
}