iDenfy
Identity verification with one click. iDenfy is the industry-leading ID verification tool.
What is iDenfy?
iDenfy is a Chrome extension developed by https://idenfy.com, and its main feature is "Identity verification with one click. iDenfy is the industry-leading ID verification tool.".
Extension Screenshots
Download iDenfy Extension CRX File
Download iDenfy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | iDenfy |
ID | ldplfjfkbdppigiflileidcmnncpdddg |
Official URL | https://chromewebstore.google.com/detail/idenfy/ldplfjfkbdppigiflileidcmnncpdddg |
Description | Identity verification with one click. iDenfy is the industry-leading ID verification tool. |
File Size | 44.05 KB |
Installation Count | 36 |
Current Version | 1.0.0 |
Last Updated | 2022-06-14 |
Publish Date | 2022-06-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://idenfy.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.idenfy.com/identity-verification-service/ |
Help Page URL | https://www.idenfy.com/contact-us/ |
Privacy Policy Page URL | https://www.idenfy.com/privacy-policy |
Supported Languages | 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" ] } |