Browsetribe
Find who are the people on the websites you visit
O que é Browsetribe?
Browsetribe é uma extensão do Chrome desenvolvida por http://browseye.com, e sua principal característica é "Find who are the people on the websites you visit".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Browsetribe
Baixe arquivos de extensão Browsetribe 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
Browsetribe shows you everything about the people that you find on the websites you visit. This is how it works: 1) Select a person's name you find on a website 2) Ask browsetribe to tell you about this person (or configure it to tell you always) Who is this person? See her/his smiling face and LinkedIn profile Where does she/he live? See where this person lives or has been Where does she/he work? Find about the company or organization where this person works What do you have in common? See what things you have in common with this person. For instance, you may have studied in the same university, or been both to France
Informações Básicas da Extensão
Nome | |
ID | jicnmkdddgdfnfllnmikjfpjlfikclnc |
URL Oficial | https://chrome.google.com/webstore/detail/browsetribe/jicnmkdddgdfnfllnmikjfpjlfikclnc |
Descrição | Find who are the people on the websites you visit |
Tamanho do Arquivo | 16.03 KB |
Contagem de Instalações | 17 |
Versão Atual | 0.0.7 |
Última Atualização | 2014-02-16 |
Data de Publicação | 2014-02-16 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | http://browseye.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browsetribe", "version": "0.0.7", "description": "Find who are the people on the websites you visit", "browser_action": { "default_icon": "bt128.png", "default_title": "Not implemented yet" }, "icons": { "16": "bt16.png", "48": "bt48.png", "128": "bt128.png" }, "background": { "scripts": [ "background.js" ] }, "homepage_url": "http:\/\/www.browseye.com" } |