iDenfy

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

iDenfy là gì?

iDenfy là một tiện ích mở rộng Chrome được phát triển bởi https://idenfy.com, và tính năng chính của nó là "Identity verification with one click. iDenfy is the industry-leading ID verification tool.".

Ả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 iDenfy

Tải xuống các tệp mở rộng iDenfy 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

                        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.                    

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

Tên iDenfy iDenfy
ID ldplfjfkbdppigiflileidcmnncpdddg
URL Chính Thức https://chromewebstore.google.com/detail/idenfy/ldplfjfkbdppigiflileidcmnncpdddg
Mô tả Identity verification with one click. iDenfy is the industry-leading ID verification tool.
Kích Thước Tệp 44.05 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-06-14
Ngày Phát Hành 2022-06-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://idenfy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.idenfy.com/identity-verification-service/
URL Trang Trợ Giúp https://www.idenfy.com/contact-us/
URL Trang Chính Sách Bảo Mật https://www.idenfy.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}