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
官方網址 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"
}