Effixient.io

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

Effixient.io là gì?

Effixient.io là một tiện ích mở rộng Chrome được phát triển bởi https://effixient.io, và tính năng chính của nó là "Companion extension to https://effixient.io to allow adding contacts to campaigns and more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Effixient.io

Tải xuống các tệp mở rộng Effixient.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Effixient.io Effixient.io
ID fecnepgodilnoejomibgncjkepjcbjho
URL Chính Thức https://chromewebstore.google.com/detail/effixientio/fecnepgodilnoejomibgncjkepjcbjho
Mô tả Companion extension to https://effixient.io to allow adding contacts to campaigns and more.
Kích Thước Tệp 662 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2022-10-30
Ngày Phát Hành 2022-06-21
Nhà Phát Triển https://effixient.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://effixient.io
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/18715728
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}