iDenfy

Identity verification with one click. iDenfy is the industry-leading ID verification tool.

什么是iDenfy?

iDenfy是由https://idenfy.com开发的Chrome扩展程序,该扩展的主要功能是“Identity verification with one click. iDenfy is the industry-leading ID verification tool.”。

扩展截图

screenshot

下载iDenfy扩展crx文件

下载iDenfy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Make identity verification, business verification and fraud prevention easier, faster and more efficient with iDenfy extension.

iDenfy is the industry leading identity verification service. Join more than 3000 people across 500 companies who use iDenfy to verify customers identities and prevent fraud.

iDenfy identity verification extension will allow to create ID verification link with one click.                    

扩展基本信息

名称 iDenfy iDenfy
ID ldplfjfkbdppigiflileidcmnncpdddg
官方URL https://chromewebstore.google.com/detail/idenfy/ldplfjfkbdppigiflileidcmnncpdddg
简介 Identity verification with one click. iDenfy is the industry-leading ID verification tool.
文件大小 44.05 KB
安装次数 36
当前版本 1.0.0
更新时间 2022-06-14
上架时间 2022-06-14
评分 5.00/5 共2次评分
开发者 https://idenfy.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.idenfy.com/identity-verification-service/
帮助页面URL https://www.idenfy.com/contact-us/
隐私政策页面URL https://www.idenfy.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iDenfy",
    "description": "Identity verification with one click. iDenfy is the industry-leading ID verification tool.",
    "version": "1.0.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.idenfy.com\/",
    "author": {
        "name": "iDenfy",
        "url": "https:\/\/www.idenfy.com"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "256": "icons\/256.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "scripting"
    ]
}