Mooltipass Extension

Retrieve and store Mooltipass credentials easily from websites

Τι είναι το Mooltipass Extension;

Το Mooltipass Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.themooltipass.com, και η κύρια λειτουργία του είναι "Retrieve and store Mooltipass credentials easily from websites".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Mooltipass Extension

Λήψη αρχείων επέκτασης Mooltipass Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is the Mooltipass extension, which will be the interface between the websites you visit and your Mooltipass device                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Mooltipass Extension Mooltipass Extension
ID ffemldjbbfhimggdkkckolidemlllklk
Επίσημο URL https://chromewebstore.google.com/detail/mooltipass-extension/ffemldjbbfhimggdkkckolidemlllklk
Περιγραφή Retrieve and store Mooltipass credentials easily from websites
Μέγεθος Αρχείου 2.92 MB
Αριθμός Εγκαταστάσεων 2,093
Τρέχουσα Έκδοση 1.10.13
Τελευταία Ενημέρωση 2023-10-26
Ημερομηνία Δημοσίευσης 2019-11-25
Αξιολόγηση 4.41/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://www.themooltipass.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.themooltipass.com/legal-notice.php
Υποστηριζόμενες Γλώσσες de,en,fr,nl,tr,es,it,pt-BR,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mooltipass Extension",
    "version": "1.10.13",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_Manifest_Description__",
    "icons": {
        "19": "images\/icon_extension_19.png",
        "32": "images\/icon_extension_32.png",
        "128": "images\/icon_extension_128.png",
        "256": "images\/icon_extension_256.png",
        "512": "images\/icon_extension_512.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_normal_19.png",
            "32": "images\/icon_normal_32.png",
            "128": "images\/icon_normal_128.png",
            "256": "images\/icon_normal_256.png",
            "512": "images\/icon_normal_512.png"
        },
        "default_title": "Mooltipass Extension",
        "default_popup": "popups\/popup_status.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "shared_scripts\/psl.min.js",
            "vendor\/seedrandom.js",
            "background\/httpauth.js",
            "background\/browserAction.js",
            "background\/page.js",
            "vendor\/mooltipass\/backend.js",
            "vendor\/mooltipass\/moolticute.js",
            "vendor\/mooltipass\/device.js",
            "background\/event.js",
            "background\/init.js",
            "background\/installAction.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "vendor\/jquery-3.2.1.js",
                "shared_scripts\/psl.min.js",
                "vendor\/mooltipass\/website.js",
                "vendor\/jquery-ui-1.11.4.custom\/jquery-ui.js",
                "vendor\/sendkeys.js",
                "vendor\/mooltipass\/mcCombinations.js",
                "content_scripts\/cip.js",
                "content_scripts\/cipDefine.js",
                "content_scripts\/cipEvents.js",
                "content_scripts\/cipFields.js",
                "content_scripts\/cipPassword.js",
                "content_scripts\/mpDialog.js",
                "mooltipass-content.js"
            ],
            "css": [
                "mooltipass-content.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "jquery.min.map",
        "images\/icon_password_16.png",
        "images\/icon_password_24.png",
        "images\/logo_inverted.png",
        "ui\/*"
    ],
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/raw.github.com\/",
        "management",
        "notifications"
    ]
}