iDenfy

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

iDenfyคืออะไร?

iDenfy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://idenfy.com และคุณลักษณะหลักของมันคือ "Identity verification with one click. iDenfy is the industry-leading ID verification tool."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iDenfy

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}