TweakPass: Free Password Manager

Manage your passwords on a single click

TweakPass: Free Password Managerคืออะไร?

TweakPass: Free Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tweaking.in และคุณลักษณะหลักของมันคือ "Manage your passwords on a single click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TweakPass: Free Password Manager

ดาวน์โหลดไฟล์ส่วนขยาย TweakPass: Free Password Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TweakPass: Free Password Manager TweakPass: Free Password Manager
ID kmbjcfefmceiibhnddbeenklcmpehmdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tweakpass-free-password-m/kmbjcfefmceiibhnddbeenklcmpehmdd
คำอธิบาย Manage your passwords on a single click
ขนาดไฟล์ 3.84 MB
จำนวนการติดตั้ง 702
เวอร์ชันปัจจุบัน 1.0.39
อัปเดตครั้งล่าสุด 2022-04-29
วันที่เผยแพร่ 2019-12-09
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.tweaking.in
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.tweakpass.com
URL หน้าช่วยเหลือ https://www.tweaking.in/contactus
URL หน้านโยบายความเป็นส่วนตัว http://www.stopallads.com/en/privacy
ภาษาที่รองรับ 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"
    ]
}