Bindlix
Display email info in Gmail
Cos'è Bindlix?
Bindlix è un'estensione di Chrome sviluppata da bindlix, e la sua funzione principale è "Display email info in Gmail".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bindlix
Scarica i file di estensione Bindlix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | eniilllnablmaemjddibfinhkllnacmf |
URL Ufficiale | https://chrome.google.com/webstore/detail/bindlix/eniilllnablmaemjddibfinhkllnacmf |
Descrizione | Display email info in Gmail |
Dimensione del File | 114 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2016-02-24 |
Data di Pubblicazione | 2015-11-02 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | bindlix |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://bindlix.com/ |
Lingue Supportate | 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\/*" ] } |