Data Validation by FraudGrade
FraudGrade provides IP Validation, Email Validation, Phone Validation and Domain Validation to 1000's of businesses daily!
Data Validation by FraudGrade là gì?
Data Validation by FraudGrade là một tiện ích mở rộng Chrome được phát triển bởi https://www.fraudgrade.com, và tính năng chính của nó là "FraudGrade provides IP Validation, Email Validation, Phone Validation and Domain Validation to 1000's of businesses daily!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Data Validation by FraudGrade
Tải xuống các tệp mở rộng Data Validation by FraudGrade dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
IP Validation is one of many tools to help prevent fraud. It does so by validating the IP address of online customers. IP addresses can reveal the general location of users. For example, if you use an Internet service provider (ISP) in Los Angeles, California, your IP address will indicate that you are in the Los Angeles area. This information is transmitted to websites as you use the Internet. Most people have no reason to hide their IP addresses. In fact, most are unaware that they even have one. Phone Number Validation is useful to capture only good leads, keep your user database clean and fight fraud by validating phone numbers at the point of entry into your system. FraudGrade is using the most up-to-date international numbering plans, carrier & line type detection, and location lookup available. Email Validation is a procedure that verifies if an email address is deliverable and valid. It runs a process that catches typos, whether they are honest mistakes or purposeful misdirects. It also confirms if a particular email address exists with a reliable domain such as Gmail or Yahoo. This tool not only helps in cleaning your email addresses but also helps in preventing fraud as you can easily determine if a customer is using a disposable email service or free service provider and many more. Domain Validation is a tool which can detect if an domain is registered or not, if it's a parked domain or blacklisted. It can tell when the domain was created or even when it is supposed to expire. If it's online or possibly who the owner of the domain actually is. Domain Validation is a leading method for detecting fraud in a b2b scenario. Need an API key? Get one now at https://www.fraudgrade.com/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Data Validation by FraudGrade |
ID | ihpbjibkdoomdgklcpgkbmigmibgcjli |
URL Chính Thức | https://chromewebstore.google.com/detail/data-validation-by-fraudg/ihpbjibkdoomdgklcpgkbmigmibgcjli |
Mô tả | FraudGrade provides IP Validation, Email Validation, Phone Validation and Domain Validation to 1000's of businesses daily! |
Kích Thước Tệp | 113 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.41 |
Cập Nhật Lần Cuối | 2019-02-16 |
Ngày Phát Hành | 2019-02-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.fraudgrade.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.fraudgrade.com/ |
URL Trang Chính Sách Bảo Mật | https://www.fraudgrade.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Data Validation by FraudGrade", "description": "FraudGrade provides IP Validation, Email Validation, Phone Validation and Domain Validation to 1000's of businesses daily!", "version": "1.41", "manifest_version": 2, "icons": { "19": "resources\/images\/icon.png", "32": "resources\/images\/icon.png", "128": "resources\/images\/icon.png" }, "browser_action": { "default_icon": { "19": "resources\/images\/icon.png", "32": "resources\/images\/icon.png", "128": "resources\/images\/icon.png" }, "default_title": "FraudGrade", "default_popup": "html\/popup.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "scripts\/vendor\/jquery-3.2.1.min.js", "scripts\/background\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.com 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "resources\/images\/*", "html\/*" ] } |