Pass box

Passbox is a password manager. It manage your logins as a bookmark with auto-login functionality

Τι είναι το Pass box;

Το Pass box είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hichman, και η κύρια λειτουργία του είναι "Passbox is a password manager. It manage your logins as a bookmark with auto-login functionality".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        =============================================================
Dear Users,
Passbox is back.New look, new notifications. Have fun........
=============================================================
Passbox is a password manager on the cloud. It saves your web ID(s) in an online bookmark with auto-login functionality.

With Passbox you can:
1.	Save a your credentials for any website
2.	Login to them using directly from the application
3.	Edit/delete an existing entry
4.	Access to your account from any computer
5.	Generate strong passwords for your accounts

Having a google account is required to use Passbox. During the setup you will be asked to provide a password. This password is the encryption key.   

Passbox uses your google drive account to store your IDs in a specific spreadsheet (there is no third party storage).

Passbbox use OAuth authentification process provide by google. So don't worry about your password.It's never used.

Before a logout you will be asked if you want to revoke your authentification tokens. The access is re-granted for the next login using the same process during the first setup.                    

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

Όνομα Pass box Pass box
ID dkimikkgnohhonfpnajbjjkoepbklgpd
Επίσημο URL https://chromewebstore.google.com/detail/pass-box/dkimikkgnohhonfpnajbjjkoepbklgpd
Περιγραφή Passbox is a password manager. It manage your logins as a bookmark with auto-login functionality
Μέγεθος Αρχείου 266 KB
Αριθμός Εγκαταστάσεων 128
Τρέχουσα Έκδοση 5.0.0
Τελευταία Ενημέρωση 2015-04-13
Ημερομηνία Δημοσίευσης 2015-04-13
Αξιολόγηση 2.88/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Hichman
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pass box",
    "version": "5.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon-16.png"
    },
    "description": "Passbox is a password manager. It manage your logins as a bookmark with auto-login functionality",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwK8LCeYQP43fg6HJdHIwiuZISu9aL7dxqX\/P0\/471HeWnt1dxtUYIQY\/H2AkRIXszhuI97fgMOuTS2fTnXJDi1VgRQ9h\/Jy168ENI8sjGPU2BnLcn\/zDchI3sP3XtuAnP7DNa\/Lmj73WdNbQagZeNEuoHTVKgLRdSqLjxbTHRjwIDAQAB",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Pass box",
        "default_icon": "img\/icon-19.png",
        "default_popup": "login.html"
    },
    "permissions": [
        "identity",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ],
    "oauth2": {
        "client_id": "617782734075-tqjust51ftb5ovmiomj7ch02tdio343n.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script\/inject\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'; style-src 'self' 'unsafe-inline'; connect-src *"
}