Persona for Chrome

Login to any website with just ONE click. The average person has over 150 online accounts, so we're working on giving you just one.

Wat is Persona for Chrome?

Persona for Chrome is een Chrome-extensie ontwikkeld door https://persona.io, en de belangrijkste functie is "Login to any website with just ONE click. The average person has over 150 online accounts, so we're working on giving you just one.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Persona for Chrome

Download Persona for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Persona helps you easily save, access and manage all of your online accounts.

We Keep You Safe With:

 - End-to-end data encryption
 - Industry standard AES‌-256 bit encryption with 256 bit keys hardened with PBKDF2 HMAC-SHA256
 - Traffic is transmitted through a robust TLS 1.2 and TLS 1.3 protocol
 - Data locally encrypted before it is sent to our server

Coming Soon:

 - Automatic Password Rotation: We’ll update your passwords for you when they’ve been involved in a breach or need some love.
 - Quick Signup: Easily signup for a new online account without the hassle of filling out another form.
 - Advanced Autofill: Easily insert your name, credit card, address, phone number or email address into any website form.
 - Control Is Understanding: Gain control of your identity by knowing which companies have access to your personal information.
Passwordless Authentication: Use your phone to log in to your Persona account without a password.
 - Share Access Without Sharing Passwords: Grant someone temporary access to an online account without giving them your password.

Take back control of your identity and simplify your life with Persona.                    

Basisinformatie over de Extensie

Naam Persona for Chrome Persona for Chrome
ID pmipmpahonilgpkfamgmckokebkmkgdn
Officiële URL https://chromewebstore.google.com/detail/persona-for-chrome/pmipmpahonilgpkfamgmckokebkmkgdn
Beschrijving Login to any website with just ONE click. The average person has over 150 online accounts, so we're working on giving you just one.
Bestandsgrootte 4.86 MB
Aantal Installaties 195
Huidige Versie 21.06.19.0
Laatst Bijgewerkt 2021-07-10
Publicatiedatum 2020-02-21
Beoordeling 4.60/5 Totaal 10 Beoordelingen
Ontwikkelaar https://persona.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://persona.io
Help Pagina-URL https://help.persona.io
URL van de Privacybeleid Pagina https://persona.io/legal/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "21.06.19.0",
    "name": "Persona for Chrome",
    "description": "Login to any website with just ONE click. The average person has over 150 online accounts, so we're working on giving you just one.",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Persona",
        "default_popup": "pages\/popup.html",
        "default_icon": "icons\/icon48.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "clipboardWrite",
        "unlimitedStorage",
        "storage",
        "management",
        "privacy",
        "",
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*\/*",
        "background",
        "http:\/\/persona.io\/**",
        "https:\/\/persona.io\/**"
    ],
    "web_accessible_resources": [
        "js\/*.js",
        "js\/*.js.gz",
        "js\/*.js.map",
        "js\/*.vue",
        "css\/*.css",
        "css\/*.css.gz",
        "css\/*.css.map",
        "img\/*.png",
        "logos\/*.png",
        "icons\/*.png",
        "assets\/*.png",
        "pages\/*.html",
        "http:\/\/persona.io\/**",
        "https:\/\/persona.io\/**"
    ],
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/preload-iframe-injector.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/preload.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+C",
                "mac": "Command+Shift+C",
                "chromeos": "Ctrl+Shift+C",
                "linux": "Ctrl+Shift+C"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/persona.io\/*"
        ]
    }
}