Connect Me

An extension to connect Users.

什么是Connect Me?

Connect Me是由akashnavapara开发的Chrome扩展程序,该扩展的主要功能是“An extension to connect Users.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Connect Me Connect Me
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"
}