Effixient.io

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

Qu'est-ce que Effixient.io ?

Effixient.io est une extension Chrome développée par https://effixient.io, et sa fonction principale est "Companion extension to https://effixient.io to allow adding contacts to campaigns and more.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Effixient.io

Téléchargez les fichiers d'extension Effixient.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Effixient.io Effixient.io
ID fecnepgodilnoejomibgncjkepjcbjho
URL Officiel https://chromewebstore.google.com/detail/effixientio/fecnepgodilnoejomibgncjkepjcbjho
Description Companion extension to https://effixient.io to allow adding contacts to campaigns and more.
Taille du Fichier 662 KB
Nombre d'Installations 54
Version Actuelle 0.0.5
Dernière Mise à Jour 2022-10-30
Date de Publication 2022-06-21
Développeur https://effixient.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://effixient.io
URL de la Page de Politique de Confidentialité https://www.iubenda.com/privacy-policy/18715728
Langues Prises en Charge 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\/*"
    ]
}