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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |