Bindlix
Display email info in Gmail
什么是Bindlix?
Bindlix是由bindlix开发的Chrome扩展程序,该扩展的主要功能是“Display email info in Gmail”。
扩展截图
下载Bindlix扩展crx文件
下载Bindlix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |