Private Investigator

a chrome extension that uses FullContact's email API

Private Investigator là gì?

Private Investigator là một tiện ích mở rộng Chrome được phát triển bởi justinliow, và tính năng chính của nó là "a chrome extension that uses FullContact's email API".

Tải xuống tệp CRX của tiện ích mở rộng Private Investigator

Tải xuống các tệp mở rộng Private Investigator 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

                        Enter an email and find all accounts associated with it.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Private Investigator Private Investigator
ID kamgknfdcjepeagppnbbcgfadkekciij
URL Chính Thức https://chromewebstore.google.com/detail/private-investigator/kamgknfdcjepeagppnbbcgfadkekciij
Mô tả a chrome extension that uses FullContact's email API
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-07
Ngày Phát Hành 2017-01-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển justinliow
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Private Investigator",
    "description": "a chrome extension that uses FullContact's email API",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/api.fullcontact.com\/*"
    ]
}