iDenfy
Identity verification with one click. iDenfy is the industry-leading ID verification tool.
Was ist iDenfy?
iDenfy ist eine Chrome-Erweiterung, die von https://idenfy.com entwickelt wurde, und ihr Hauptmerkmal ist "Identity verification with one click. iDenfy is the industry-leading ID verification tool.".
Erweiterungsscreenshots
iDenfy-Erweiterungs-CRX-Datei herunterladen
Laden Sie iDenfy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | iDenfy |
ID | ldplfjfkbdppigiflileidcmnncpdddg |
Offizielle URL | https://chromewebstore.google.com/detail/idenfy/ldplfjfkbdppigiflileidcmnncpdddg |
Beschreibung | Identity verification with one click. iDenfy is the industry-leading ID verification tool. |
Dateigröße | 44.05 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-06-14 |
Veröffentlichungsdatum | 2022-06-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://idenfy.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.idenfy.com/identity-verification-service/ |
Hilfeseite URL | https://www.idenfy.com/contact-us/ |
URL der Datenschutzrichtlinien-Seite | https://www.idenfy.com/privacy-policy |
Unterstützte Sprachen | 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" ] } |