Connect Me

An extension to connect Users.

O que é Connect Me?

Connect Me é uma extensão do Chrome desenvolvida por akashnavapara, e sua principal característica é "An extension to connect Users.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Connect Me

Baixe arquivos de extensão Connect Me no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Connect Me Connect Me
ID cffmiiadbjeklhifmpgbicbnaklnnppp
URL Oficial https://chrome.google.com/webstore/detail/connect-me/cffmiiadbjeklhifmpgbicbnaklnnppp
Descrição An extension to connect Users.
Tamanho do Arquivo 266 KB
Contagem de Instalações 12
Versão Atual 1.0
Última Atualização 2014-07-08
Data de Publicação 2014-07-08
Desenvolvedor akashnavapara
Tipo de Pagamento free
Idiomas Suportados 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"
}