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.”。
擴展截圖
下載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 |
ID | ldplfjfkbdppigiflileidcmnncpdddg |
官方網址 | 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" ] } |