StrongPass

StrongPass - Login with Ease, Surf With Confidence

StrongPassคืออะไร?

StrongPass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://authomate.com และคุณลักษณะหลักของมันคือ "StrongPass - Login with Ease, Surf With Confidence"

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

screenshot
screenshot
screenshot

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

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

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

                        Authomate StrongPass is an easy to use, user login/password management service. Our patented, out-of-band solution uses multi-factor authentication to deliver the strongest authentication possible. 

Simplify the management of your user IDs and passwords while protecting yourself against phishing, key loggers and man-in-the-middle attacks. Using proximity based authentication (having your smartphone nearby) or through QR Code, a Smartphone can provide authentication to a web application or transaction without having to remember static user IDs and passwords. One scan of the webpage/client the user will be authenticated instantly. Strong Pass Chrome extension enables you to use theStrong Pass smartphone app with your chrome browser. 

How can I get it ? 
1. Sign up for the service from https://www.authomate.com.
2. Once the account has been created you will receive an email for verification.  After the email address has been verified, you are ready to download the app and browser extensions.
2. Download and install the extension for the browser of your choice and the app onto your smart phone. Now you are ready to experience the easiest to use credentials management service.                    

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

ชื่อ StrongPass StrongPass
ID ggjgcpohakbfemgjfmoolgpnjpjcdmog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/strongpass/ggjgcpohakbfemgjfmoolgpnjpjcdmog
คำอธิบาย StrongPass - Login with Ease, Surf With Confidence
ขนาดไฟล์ 317 KB
จำนวนการติดตั้ง 204
เวอร์ชันปัจจุบัน 1.0.23.09261
อัปเดตครั้งล่าสุด 2023-10-30
วันที่เผยแพร่ 2019-11-01
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://authomate.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gcomsoft.com/fortrus-security-solutions/
URL หน้าช่วยเหลือ https://support.authomate.com/support/home
URL หน้านโยบายความเป็นส่วนตัว https://my.authomate.com/StrongPass/Privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "browserSpecific.js",
                "authomate.js",
                "site-specific.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self' "
    },
    "description": "StrongPass - Login with Ease, Surf With Confidence",
    "icons": {
        "128": "authomate-128.png",
        "16": "authomate.png",
        "48": "authomate-big.png"
    },
    "manifest_version": 3,
    "name": "StrongPass",
    "action": {
        "default_icon": {
            "16": "icons\/authomateoutline.png"
        },
        "default_title": "StrongPass",
        "default_popup": ".\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/authomatesettings.png",
                "icons\/authomatelogo.png",
                "fieldInjector.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "privacy",
        "storage",
        "nativeMessaging",
        "webRequest",
        "webRequestAuthProvider",
        "offscreen",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/x.authomate.com\/*\/",
        "https:\/\/dev.authomate.com\/*\/",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.23.09261"
}