iDenfy
Identity verification with one click. iDenfy is the industry-leading ID verification tool.
Wat is iDenfy?
iDenfy is een Chrome-extensie ontwikkeld door https://idenfy.com, en de belangrijkste functie is "Identity verification with one click. iDenfy is the industry-leading ID verification tool.".
Extensie Screenshots
Download het CRX-bestand van de extensie iDenfy
Download iDenfy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | iDenfy |
ID | ldplfjfkbdppigiflileidcmnncpdddg |
Officiële URL | https://chromewebstore.google.com/detail/idenfy/ldplfjfkbdppigiflileidcmnncpdddg |
Beschrijving | Identity verification with one click. iDenfy is the industry-leading ID verification tool. |
Bestandsgrootte | 44.05 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-06-14 |
Publicatiedatum | 2022-06-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://idenfy.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.idenfy.com/identity-verification-service/ |
Help Pagina-URL | https://www.idenfy.com/contact-us/ |
URL van de Privacybeleid Pagina | https://www.idenfy.com/privacy-policy |
Ondersteunde Talen | 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" ] } |