Effixient.io

Companion extension to https://effixient.io to allow adding contacts to campaigns and more.

Effixient.ioคืออะไร?

Effixient.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://effixient.io และคุณลักษณะหลักของมันคือ "Companion extension to https://effixient.io to allow adding contacts to campaigns and more."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Effixient.io

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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\/*"
    ]
}