iDenfy
Identity verification with one click. iDenfy is the industry-leading ID verification tool.
iDenfyとは何ですか?
iDenfyはhttps://idenfy.comによって開発されたChromeの拡張機能で、その主な機能は「Identity verification with one click. iDenfy is the industry-leading ID verification tool.」です。
拡張機能のスクリーンショット
iDenfy拡張機能のCRXファイルをダウンロード
iDenfy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | iDenfy |
ID | ldplfjfkbdppigiflileidcmnncpdddg |
公式URL | https://chromewebstore.google.com/detail/idenfy/ldplfjfkbdppigiflileidcmnncpdddg |
説明 | Identity verification with one click. iDenfy is the industry-leading ID verification tool. |
ファイルサイズ | 44.05 KB |
インストール数 | 36 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-06-14 |
公開日 | 2022-06-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://idenfy.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.idenfy.com/identity-verification-service/ |
ヘルプページのURL | https://www.idenfy.com/contact-us/ |
プライバシーポリシーページのURL | https://www.idenfy.com/privacy-policy |
対応言語 | 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" ] } |