ZeeOTP

Generate OTP for a secured access

ZeeOTP क्या है?

ZeeOTP https://www.zeetim.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate OTP for a secured access"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ZeeOTP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}