Bindlix
Display email info in Gmail
O que é Bindlix?
Bindlix é uma extensão do Chrome desenvolvida por bindlix, e sua principal característica é "Display email info in Gmail".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bindlix
Baixe arquivos de extensão Bindlix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | eniilllnablmaemjddibfinhkllnacmf |
URL Oficial | https://chrome.google.com/webstore/detail/bindlix/eniilllnablmaemjddibfinhkllnacmf |
Descrição | Display email info in Gmail |
Tamanho do Arquivo | 114 KB |
Contagem de Instalações | 50 |
Versão Atual | 0.0.6 |
Última Atualização | 2016-02-24 |
Data de Publicação | 2015-11-02 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | bindlix |
Tipo de Pagamento | free |
Site da Extensão | http://bindlix.com/ |
Idiomas Suportados | 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\/*" ] } |