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 |
官方網址 | 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\/*" ] } |