Browsetribe
Find who are the people on the websites you visit
Browsetribe란 무엇입니까?
Browsetribe은(는) http://browseye.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find who are the people on the websites you visit"입니다.
확장 프로그램 스크린샷
Browsetribe 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | jicnmkdddgdfnfllnmikjfpjlfikclnc |
공식 URL | https://chrome.google.com/webstore/detail/browsetribe/jicnmkdddgdfnfllnmikjfpjlfikclnc |
설명 | Find who are the people on the websites you visit |
파일 크기 | 16.03 KB |
설치 횟수 | 17 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2014-02-16 |
출시 날짜 | 2014-02-16 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | http://browseye.com |
결제 유형 | free |
지원되는 언어 | 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" } |