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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.idenfy.com/contact-us/
عنوان صفحة سياسة الخصوصية 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"
    ]
}