TweakPass: Free Password Manager

Manage your passwords on a single click

Was ist TweakPass: Free Password Manager?

TweakPass: Free Password Manager ist eine Chrome-Erweiterung, die von https://www.tweaking.in entwickelt wurde, und ihr Hauptmerkmal ist "Manage your passwords on a single click".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

TweakPass: Free Password Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie TweakPass: Free Password Manager-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

                        TweakPass is a robust browser extension for Chrome that saves your passwords securely and allows you to auto login to sites, fill forms and generate secure passwords.

No need to remember multiple passwords as a single, Master Password will simplify your digital life. Save websites, usernames and passwords in the Vault and auto login to your sites. Not only this, all the imported and saved data is synced between the TweakPass app and Browser Extension, for easy access of data.

Store Everything:

- Save usernames and passwords to make login easy 
- Secure notes and store encrypted data
- An easy way to save all your secure and confidential data 
- Store all important data in one place
- Add, modify, view, delete, and manage passwords for all accounts

Universal Access:

- TweakPass can be used on any computer and laptop with Chrome/Firefox/Opera/Edge
- Use same login to access TweakPass account anywhere
- Instant data syncing to make data available across all the devices

Enhanced Security:

- Generate strong and complicated passwords to protect against cyber threats
- Create new random passwords for each site you visit and sign up
- Add an additional layer of security with Required Password Prompt option 
- Encrypt data both at device level and server end

Make Digital Life Simple:

- Single Master Password for all accounts
- Generate strong passwords without much ado
- Automatically login to sites with saved passwords
- Secure all your passwords in the Vault 

Learn more about features and get TweakPass for Firefox, Opera and Edge by visiting: www.tweakpass.com                    

Grundlegende Informationen zur Erweiterung

Name TweakPass: Free Password Manager TweakPass: Free Password Manager
ID kmbjcfefmceiibhnddbeenklcmpehmdd
Offizielle URL https://chromewebstore.google.com/detail/tweakpass-free-password-m/kmbjcfefmceiibhnddbeenklcmpehmdd
Beschreibung Manage your passwords on a single click
Dateigröße 3.84 MB
Installationsanzahl 702
Aktuelle Version 1.0.39
Letztes Update 2022-04-29
Veröffentlichungsdatum 2019-12-09
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler https://www.tweaking.in
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.tweakpass.com
Hilfeseite URL https://www.tweaking.in/contactus
URL der Datenschutzrichtlinien-Seite http://www.stopallads.com/en/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TweakPass: Free Password Manager",
    "description": "Manage your passwords on a single click",
    "version": "1.0.39",
    "browser_action": {
        "default_icon": {
            "19": "common\/logo\/logo-gray-19.png",
            "38": "common\/logo\/logo-gray-38.png"
        },
        "default_popup": "common\/html\/popup.html",
        "default_title": "TweakPass"
    },
    "icons": {
        "16": "common\/logo\/logo-16.png",
        "32": "common\/logo\/logo-32.png",
        "48": "common\/logo\/logo-48.png",
        "128": "common\/logo\/logo-128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "common\/js\/jquery.min.js",
            "common\/js\/fingerprint2.js",
            "common\/js\/CallClasses.js",
            "common\/js\/db.js",
            "common\/js\/CommonHelper.js",
            "common\/js\/helperLib.js",
            "common\/js\/parseHelper.js",
            "common\/js\/background.js",
            "common\/js\/passwordScore.js",
            "common\/js\/zxcvbn.js",
            "common\/js\/defiant.min.js",
            "common\/js\/psl.min.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/vault.tweakpass.com\/*",
            "*:\/\/tweakpass.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "",
        "webNavigation",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "common\/js\/jquery.min.js",
                "common\/js\/defiant.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*",
                ""
            ],
            "run_at": "document_start",
            "content_security_policy": "script-src 'self'"
        },
        {
            "all_frames": true,
            "js": [
                "common\/js\/inject.js",
                "common\/js\/psl.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*",
                ""
            ],
            "run_at": "document_end",
            "content_security_policy": "script-src 'self'"
        }
    ],
    "web_accessible_resources": [
        "common\/logo\/icon-16.png",
        "common\/html\/DialogListSites.html",
        "common\/html\/DialogSavePopup.html"
    ]
}