ZeeOTP

Generate OTP for a secured access

ZeeOTP là gì?

ZeeOTP là một tiện ích mở rộng Chrome được phát triển bởi https://www.zeetim.com, và tính năng chính của nó là "Generate OTP for a secured access".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ZeeOTP

Tải xuống các tệp mở rộng ZeeOTP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ZeeOTP adds a second authentication method to strengthen your remote accesses security.
The extension allows you to generate one-time password (OTP) from your browser which then can be used with your normal credentials.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZeeOTP ZeeOTP
ID dijldiceadmmophhaobanjpeoeenefhn
URL Chính Thức https://chromewebstore.google.com/detail/zeeotp/dijldiceadmmophhaobanjpeoeenefhn
Mô tả Generate OTP for a secured access
Kích Thước Tệp 3.89 MB
Số Lần Cài Đặt 1,191
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2021-05-05
Ngày Phát Hành 2017-03-24
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.zeetim.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.zeetim.com/products/authentication/
URL Trang Chính Sách Bảo Mật https://www.zeetim.com/our-policy
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "2.2.2",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "images\/ZeeOTP_16x16.png",
        "48": "images\/ZeeOTP_48x48.png",
        "128": "images\/ZeeOTP_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/ZeeOTP_19x19.png",
            "38": "images\/ZeeOTP_38x38.png"
        },
        "default_title": "__MSG_extShortName__",
        "default_popup": "view\/popup.html"
    },
    "commands": {
        "_execute_browser_action": [],
        "scan-qr": {
            "description": "Scan a QR code"
        }
    },
    "options_ui": {
        "page": "view\/options.html",
        "chrome_style": true
    },
    "storage": {
        "managed_schema": "schema.json"
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": true
    },
    "sandbox": {
        "pages": [
            "view\/argon.html"
        ],
        "content_security_policy": "sandbox allow-scripts; script-src 'self' 'unsafe-eval';"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "clipboardWrite",
        "https:\/\/www.google.com\/"
    ],
    "offline_enabled": true,
    "content_security_policy": "script-src 'self'; font-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src https:\/\/www.google.com\/ https:\/\/*.dropboxapi.com https:\/\/www.googleapis.com\/ https:\/\/accounts.google.com\/o\/oauth2\/revoke https:\/\/login.microsoftonline.com\/common\/oauth2\/v2.0\/token https:\/\/graph.microsoft.com\/; default-src 'none'",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}