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ファイルをダウンロード
Browsetribe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } |