SB Hacks Contact Finder
Find contacs with ease
SB Hacks Contact Finderとは何ですか?
SB Hacks Contact Finderはhttp://chan4est.comによって開発されたChromeの拡張機能で、その主な機能は「Find contacs with ease」です。
拡張機能のスクリーンショット
SB Hacks Contact Finder拡張機能のCRXファイルをダウンロード
SB Hacks Contact Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple dropdown extension will allow you to easily pop in your potential contact's information in the hopes that you can find a valid email.
拡張機能の基本情報
名前 | |
ID | feofcnpnghfccbpgiaejheefpiohmdga |
公式URL | https://chrome.google.com/webstore/detail/sb-hacks-contact-finder/feofcnpnghfccbpgiaejheefpiohmdga |
説明 | Find contacs with ease |
ファイルサイズ | 943 KB |
インストール数 | 13 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-05-04 |
公開日 | 2018-05-04 |
開発者 | http://chan4est.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SB Hacks Contact Finder", "version": "1.0.1", "description": "Find contacs with ease", "options_page": "about.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "main.js" ] } ], "page_action": { "default_icon": "images\/icon-128.png", "default_popup": "sponsors.html" }, "permissions": [ "declarativeContent", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2 } |