Browsetribe

Find who are the people on the websites you visit

Was ist Browsetribe?

Browsetribe ist eine Chrome-Erweiterung, die von http://browseye.com entwickelt wurde, und ihr Hauptmerkmal ist "Find who are the people on the websites you visit".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Browsetribe-Erweiterungs-CRX-Datei herunterladen

Laden Sie Browsetribe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Browsetribe Browsetribe
ID jicnmkdddgdfnfllnmikjfpjlfikclnc
Offizielle URL https://chrome.google.com/webstore/detail/browsetribe/jicnmkdddgdfnfllnmikjfpjlfikclnc
Beschreibung Find who are the people on the websites you visit
Dateigröße 16.03 KB
Installationsanzahl 17
Aktuelle Version 0.0.7
Letztes Update 2014-02-16
Veröffentlichungsdatum 2014-02-16
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler http://browseye.com
Zahlungsart free
Unterstützte Sprachen 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"
}