Bindlix
Display email info in Gmail
Bindlix란 무엇입니까?
Bindlix은(는) bindlix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display email info in Gmail"입니다.
확장 프로그램 스크린샷
Bindlix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get company profiles right inside your Gmail. Take action! Make your email a better place. Bindlix displays all the data about a company that is inside your Gmail inbox. By pointing a cursor on any email, identify name, description, employees, funding, ranks, social media and much more about your contact. Enhanced Bindlix plugin assembles the most excellent feature for Gmail offered all in one addition. When you received mail from any company, Bindlix systematize the knowledge and answers what is the company, where it is located, what does it do, what are the websites and social media, what is the ranking on the web, who is in charge, what is the funding of it, and even how many employees does it have. Perfect integration of Bindlix with Rapportive makes it an all-in-one handy platform of information. Collect all this data in your email and imagine inbox to be a more social, informative place.
확장 프로그램 기본 정보
이름 | |
ID | eniilllnablmaemjddibfinhkllnacmf |
공식 URL | https://chrome.google.com/webstore/detail/bindlix/eniilllnablmaemjddibfinhkllnacmf |
설명 | Display email info in Gmail |
파일 크기 | 114 KB |
설치 횟수 | 50 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2016-02-24 |
출시 날짜 | 2015-11-02 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | bindlix |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://bindlix.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bindlix", "description": "Display email info in Gmail", "version": "0.0.6", "manifest_version": 2, "homepage_url": "http:\/\/momane.com\/", "permissions": [ "*:\/\/*\/*", "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "main.js" ], "css": [ "css\/main_compact.css" ] } ], "icons": { "128": "img\/logo.png", "16": "img\/logo.png" }, "web_accessible_resources": [ "lib\/*", "content.js", "img\/*", "css\/*" ] } |