Connect Me
An extension to connect Users.
Connect Meとは何ですか?
Connect Meはakashnavaparaによって開発されたChromeの拡張機能で、その主な機能は「An extension to connect Users.」です。
拡張機能のスクリーンショット
Connect Me拡張機能のCRXファイルをダウンロード
Connect Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin is helping you to remind you whose profile ypu have opened in the linked in and link that account with angleList. If start up there in angel list then you will get all the link of that start up.
拡張機能の基本情報
名前 | |
ID | cffmiiadbjeklhifmpgbicbnaklnnppp |
公式URL | https://chrome.google.com/webstore/detail/connect-me/cffmiiadbjeklhifmpgbicbnaklnnppp |
説明 | An extension to connect Users. |
ファイルサイズ | 266 KB |
インストール数 | 12 |
現在のバージョン | 1.0 |
最終更新日 | 2014-07-08 |
公開日 | 2014-07-08 |
開発者 | akashnavapara |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Connect Me", "description": "An extension to connect Users.", "version": "1.0", "omnibox": { "keyword": "yeah" }, "background": { "persistent": true, "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "js\/jquery.js", "js\/content.js" ] } ], "permissions": [ "storage", "*:\/\/*.angel.co\/*", "*:\/\/*.linkedin.com\/*", "tabs", "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "devtools_page": "devtools.html" } |