iDenfy
Identity verification with one click. iDenfy is the industry-leading ID verification tool.
Cos'è iDenfy?
iDenfy è un'estensione di Chrome sviluppata da https://idenfy.com, e la sua funzione principale è "Identity verification with one click. iDenfy is the industry-leading ID verification tool.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione iDenfy
Scarica i file di estensione iDenfy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | iDenfy |
ID | ldplfjfkbdppigiflileidcmnncpdddg |
URL Ufficiale | https://chromewebstore.google.com/detail/idenfy/ldplfjfkbdppigiflileidcmnncpdddg |
Descrizione | Identity verification with one click. iDenfy is the industry-leading ID verification tool. |
Dimensione del File | 44.05 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-06-14 |
Data di Pubblicazione | 2022-06-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://idenfy.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.idenfy.com/identity-verification-service/ |
URL della Pagina di Aiuto | https://www.idenfy.com/contact-us/ |
URL della Pagina della Politica sulla Privacy | https://www.idenfy.com/privacy-policy |
Lingue Supportate | 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" ] } |