Nithra Authenticator

Browser extension for Nithra Authenticator

什麼是Nithra Authenticator?

Nithra Authenticator是由Nithra Apps開發的Chrome擴展程式,該擴展的主要功能是“Browser extension for Nithra Authenticator”。

擴展截圖

screenshot

下載Nithra Authenticator擴展crx文件

下載Nithra Authenticator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Nithra Authenticator generates two-factor authentication codes in your browser for your Nithra Login.                    

擴展基本資訊

名稱 Nithra Authenticator Nithra Authenticator
ID ihhccmhfiekhalobahbnlfggcgbjlemi
官方網址 https://chromewebstore.google.com/detail/nithra-authenticator/ihhccmhfiekhalobahbnlfggcgbjlemi
簡介 Browser extension for Nithra Authenticator
檔案大小 609 KB
安裝次數 156
目前版本 1.0.1
更新時間 2023-08-27
上架時間 2023-08-26
評分 5.00/5 共 4 次評分
開發者 Nithra Apps
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://nithra.mobi/privacy.php
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nithra Authenticator",
    "version": "1.0.1",
    "description": "Browser extension for Nithra Authenticator",
    "host_permissions": [
        "https:\/\/nithra.mobi\/"
    ],
    "permissions": [
        "cookies"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/logo-16x16.png",
            "48": "images\/logo-48x48.png",
            "192": "images\/logo-192x192.png"
        }
    }
}