Steganos Password Manager

Steganos Password Manager Extension. Saves and fills your passwords automatically.

Steganos Password Managerคืออะไร?

Steganos Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.steganos.com และคุณลักษณะหลักของมันคือ "Steganos Password Manager Extension. Saves and fills your passwords automatically."

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

screenshot

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

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

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

                        Steganos Password Manager stores, manages and synchronizes your credentials on all your devices. Remember only one password: your keychain password.

Manage all your logins, credit cards and bank accounts absolutely secure and comfortable in Steganos Password Manager. Have highly secure passwords created and conveniently filled in automatically.

With Private Favorites, manage your confidential bookmarks securely in the Password Manager instead of in your browser. 
Your Steganos Password Manager is always at your side, warning you of insecure passwords or reminding you to renew passwords regularly, if you wish. 

Steganos Password Manager also syncs your 256-bit AES encrypted keychain to the cloud, if you want. And with our apps for iOS and Android, and plugins for Chrome, Firefox and Edge, you always have access from anywhere. Cloud sync supports Dropbox, Google Drive, Microsoft OneDrive and Telekom MagentaCLOUD.

You need Steganos Password Manager 22 or Steganos Privacy Suite 22 to use this extension.                    

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

ชื่อ Steganos Password Manager Steganos Password Manager
ID flbkoklcepefekfcdjlabencimigaahd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steganos-password-manager/flbkoklcepefekfcdjlabencimigaahd
คำอธิบาย Steganos Password Manager Extension. Saves and fills your passwords automatically.
ขนาดไฟล์ 141 KB
จำนวนการติดตั้ง 11,081
เวอร์ชันปัจจุบัน 22.4.1
อัปเดตครั้งล่าสุด 2023-01-30
วันที่เผยแพร่ 2019-03-07
คะแนน 3.49/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา https://www.steganos.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.steganos.com/
URL หน้าช่วยเหลือ https://www.steganos.com/service
URL หน้านโยบายความเป็นส่วนตัว https://www.steganos.com/privacy
ภาษาที่รองรับ de,en,fr,nl,es,it,pl,pt-PT,sv,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "external\/parseuri.js",
            "framework\/common.js",
            "framework\/prefs.js",
            "framework\/remoteConfig.js",
            "framework\/chrome_helper.js",
            "external\/versionCompare.js",
            "globaldata.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "globaldata.js",
                "guess_base.js",
                "guess_userdata.js",
                "guess_register.js",
                "guess_login.js",
                "docload.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": false,
            "js": [],
            "css": [
                "web\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "22.4.1",
    "version_name": "22.4.1",
    "author": "Steganos Software GmbH",
    "homepage_url": "https:\/\/www.steganos.com",
    "default_locale": "en",
    "icons": {
        "16": "logos\/logo16.png",
        "48": "logos\/logo48.png",
        "96": "logos\/logo96.png",
        "128": "logos\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logos\/logo16.png",
            "48": "logos\/logo48.png",
            "96": "logos\/logo96.png",
            "128": "logos\/logo128.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "logos\/logo16.png",
        "web\/generate_password_icon.png",
        "web\/create_entry_icon.png",
        "web\/product_icon.png",
        "web\/icon_closed.png",
        "web\/style.css"
    ]
}