Browsetribe

Find who are the people on the websites you visit

Browsetribe là gì?

Browsetribe là một tiện ích mở rộng Chrome được phát triển bởi http://browseye.com, và tính năng chính của nó là "Find who are the people on the websites you visit".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browsetribe

Tải xuống các tệp mở rộng Browsetribe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Browsetribe Browsetribe
ID jicnmkdddgdfnfllnmikjfpjlfikclnc
URL Chính Thức https://chrome.google.com/webstore/detail/browsetribe/jicnmkdddgdfnfllnmikjfpjlfikclnc
Mô tả Find who are the people on the websites you visit
Kích Thước Tệp 16.03 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2014-02-16
Ngày Phát Hành 2014-02-16
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://browseye.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}