Connect Me
An extension to connect Users.
What is Connect Me?
Connect Me is a Chrome extension developed by akashnavapara, and its main feature is "An extension to connect Users.".
Extension Screenshots
Download Connect Me Extension CRX File
Download Connect Me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cffmiiadbjeklhifmpgbicbnaklnnppp |
Official URL | https://chrome.google.com/webstore/detail/connect-me/cffmiiadbjeklhifmpgbicbnaklnnppp |
Description | An extension to connect Users. |
File Size | 266 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2014-07-08 |
Publish Date | 2014-07-08 |
Developer | akashnavapara |
Payment Type | free |
Supported Languages | 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" } |