iDenfy
Identity verification with one click. iDenfy is the industry-leading ID verification tool.
Vad är iDenfy?
iDenfy är en Chrome-tillägg utvecklad av https://idenfy.com, och dess huvudfunktion är "Identity verification with one click. iDenfy is the industry-leading ID verification tool.".
Tilläggsskärmbilder
Ladda ner iDenfy-förlängningens CRX-fil
Ladda ner iDenfy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | iDenfy |
ID | ldplfjfkbdppigiflileidcmnncpdddg |
Officiell webbadress | https://chromewebstore.google.com/detail/idenfy/ldplfjfkbdppigiflileidcmnncpdddg |
Beskrivning | Identity verification with one click. iDenfy is the industry-leading ID verification tool. |
Filstorlek | 44.05 KB |
Antal Installationer | 36 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2022-06-14 |
Publiceringsdatum | 2022-06-14 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://idenfy.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.idenfy.com/identity-verification-service/ |
Hjälpsida URL | https://www.idenfy.com/contact-us/ |
URL till Sekretesspolicy Sidan | https://www.idenfy.com/privacy-policy |
Stödda Språk | 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" ] } |