Password Manager SafeInCloud

This extension autofills logins, passwords, and credit cards from SafeInCloud application.

Password Manager SafeInCloudคืออะไร?

Password Manager SafeInCloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrey Shcherbakov และคุณลักษณะหลักของมันคือ "This extension autofills logins, passwords, and credit cards from SafeInCloud application."

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

screenshot

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

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

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

                        Attention: This extension requires SafeInCloud Password Manager application to be installed and running on your computer. 

You can download SafeInCloud for Windows and Mac free of charge from https://www.safe-in-cloud.com/download                    

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

ชื่อ Password Manager SafeInCloud Password Manager SafeInCloud
ID lchdigjbcmdgcfeijpfkpadacbijihjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/password-manager-safeincl/lchdigjbcmdgcfeijpfkpadacbijihjl
คำอธิบาย This extension autofills logins, passwords, and credit cards from SafeInCloud application.
ขนาดไฟล์ 2.23 MB
จำนวนการติดตั้ง 106,862
เวอร์ชันปัจจุบัน 24.1.0
อัปเดตครั้งล่าสุด 2023-12-17
วันที่เผยแพร่ 2020-06-24
คะแนน 4.18/5 รวมทั้งหมด 651 คะแนน
ผู้พัฒนา Andrey Shcherbakov
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.safe-in-cloud.com
URL หน้าช่วยเหลือ https://www.safe-in-cloud.com/support
URL หน้านโยบายความเป็นส่วนตัว https://safe-in-cloud.com/en/license.html
ภาษาที่รองรับ id,de,en,en-GB,fr,nl,no,vi,tr,ca,da,es,it,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Manager SafeInCloud",
    "short_name": "SafeInCloud 2",
    "default_locale": "en",
    "version": "24.1.0",
    "author": "SAFEINCLOUD S.A.S.",
    "homepage_url": "https:\/\/www.safe-in-cloud.com",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "notifications",
        "http:\/\/localhost\/"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "d.js",
                "uuidv4.min.js",
                "getdocument.js",
                "findhelper.js",
                "patterns\/email.js",
                "patterns\/confirmemail.js",
                "patterns\/tel.js",
                "patterns\/username.js",
                "patterns\/password.js",
                "patterns\/confirmpassword.js",
                "patterns\/passcode.js",
                "patterns\/search.js",
                "patterns\/subscribe.js",
                "patterns\/newpassword.js",
                "patterns\/name.js",
                "patterns\/number.js",
                "patterns\/csc.js",
                "patterns\/expmonth.js",
                "patterns\/expyear.js",
                "patterns\/expdate.js",
                "patterns\/submit.js",
                "labelguesser.js",
                "patcher.js",
                "patches.js",
                "inputguesser.js",
                "cardfinder.js",
                "accountfinder.js",
                "inputfiller.js",
                "selectfiller.js",
                "formsubmit.js",
                "autofill.js",
                "paste.js",
                "hascardform.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "geturl.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_title": "SafeInCloud 2",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            }
        },
        "paste_login": {
            "suggested_key": {
                "default": "Ctrl+Shift+8"
            },
            "description": "__MSG_paste_login_command__"
        },
        "paste_password": {
            "suggested_key": {
                "default": "Ctrl+Shift+9"
            },
            "description": "__MSG_paste_password_command__"
        },
        "paste_one_time_password": {
            "suggested_key": {
                "default": "Ctrl+Shift+7"
            },
            "description": "__MSG_paste_one_time_password_command__"
        }
    }
}