Private Investigator
a chrome extension that uses FullContact's email API
Private Investigatorとは何ですか?
Private Investigatorはjustinliowによって開発されたChromeの拡張機能で、その主な機能は「a chrome extension that uses FullContact's email API」です。
Private Investigator拡張機能のCRXファイルをダウンロード
Private Investigator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enter an email and find all accounts associated with it.
拡張機能の基本情報
名前 | Private Investigator |
ID | kamgknfdcjepeagppnbbcgfadkekciij |
公式URL | https://chromewebstore.google.com/detail/private-investigator/kamgknfdcjepeagppnbbcgfadkekciij |
説明 | a chrome extension that uses FullContact's email API |
ファイルサイズ | 121 KB |
インストール数 | 90 |
現在のバージョン | 1.0 |
最終更新日 | 2017-01-07 |
公開日 | 2017-01-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | justinliow |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*" ] } |