ZeeOTP

Generate OTP for a secured access

ZeeOTP란 무엇입니까?

ZeeOTP은(는) https://www.zeetim.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate OTP for a secured access"입니다.

확장 프로그램 스크린샷

screenshot

ZeeOTP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 ZeeOTP ZeeOTP
ID dijldiceadmmophhaobanjpeoeenefhn
공식 URL https://chromewebstore.google.com/detail/zeeotp/dijldiceadmmophhaobanjpeoeenefhn
설명 Generate OTP for a secured access
파일 크기 3.89 MB
설치 횟수 1,191
현재 버전 2.2.2
최근 업데이트 2021-05-05
출시 날짜 2017-03-24
평점 4.67/5 총 6 개의 평점
개발자 https://www.zeetim.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.zeetim.com/products/authentication/
개인정보 보호 정책 페이지 URL https://www.zeetim.com/our-policy
지원되는 언어 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"
}