Muzzo extension

L’extension Muzzo vous permet d’importer un profil depuis LinkedIn en 1 clic !

Was ist Muzzo extension?

Muzzo extension ist eine Chrome-Erweiterung, die von https://muzzo.fr entwickelt wurde, und ihr Hauptmerkmal ist "L’extension Muzzo vous permet d’importer un profil depuis LinkedIn en 1 clic !".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Muzzo extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Muzzo extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Vous pouvez ensuite obtenir des suggestions d’emploi pour votre candidat en lançant l’algorithme de matching depuis votre interface Muzzo.

Cette extension est totalement gratuite.

L’équipe Muzzo est à votre écoute pour toute suggestion d’amélioration : vous pouvez nous écrire à l’adresse [email protected].                    

Grundlegende Informationen zur Erweiterung

Name Muzzo extension Muzzo extension
ID onilmncigdmmmanicghdoppnbgdoajkm
Offizielle URL https://chromewebstore.google.com/detail/muzzo-extension/onilmncigdmmmanicghdoppnbgdoajkm
Beschreibung L’extension Muzzo vous permet d’importer un profil depuis LinkedIn en 1 clic !
Dateigröße 915 KB
Installationsanzahl 173
Aktuelle Version 0.2.25
Letztes Update 2024-03-03
Veröffentlichungsdatum 2023-02-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://muzzo.fr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.muzzo.io/
URL der Datenschutzrichtlinien-Seite https://muzzo.io/politique-de-confidentialite
Unterstützte Sprachen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Muzzo extension",
    "description": "L\u2019extension Muzzo vous permet d\u2019importer un profil depuis LinkedIn en 1 clic !",
    "version": "0.2.25",
    "action": {
        "default_icon": {
            "16": "muzzo-16.png",
            "48": "muzzo-48.png",
            "128": "muzzo-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Muzzo"
    },
    "background": {
        "service_worker": "js\/backgroundPage.js"
    },
    "icons": {
        "16": "muzzo-16.png",
        "48": "muzzo-48.png",
        "128": "muzzo-128.png"
    },
    "host_permissions": [
        "https:\/\/*.app.muzzo.io\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.app.muzzo.io\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/*.vercel.app\/*"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/linkedin.com\/talent\/*",
                "https:\/\/www.linkedin.com\/talent\/*"
            ],
            "js": [
                "js\/loadEmberScript.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.linkedin.com\/talent\/*"
            ],
            "css": [
                "js\/tailwind.css"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.app.muzzo.io\/*"
            ],
            "js": [
                "js\/muzzoContentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "cookies",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxEqkIS6oCQLt6nQitq4O0FP5ZhQPJKC3XPoEP64Xhy4y98XriEM6HkhsenbNM+RkrZYuUy1fwUVXYLbTU1uMAF7t63hpqaMYLielvjcNCkIkJCgms0CrGDMUwwywkV7aWUzWKERLbbBYXYVnpld40m4PbdV1bJCQpDxVMM60LdFVmwRQ9n4viYpFtGvM4pJUNSNe0vyndAeGc9p2MMP7JmoU80+p96MPg7n3jeRFCR04Aq+ZhrhKpYx8bBrTYvFhWbQkSDzQ4DgAM6cWc+1bjd97e2PDhyOtJeul6U67JzyGUZh\/lS\/7sjbb3Ymx0Sy0w5eghAxDek6+1OUBgOS7pQIDAQAB"
}