Connect Me

An extension to connect Users.

Cos'è Connect Me?

Connect Me è un'estensione di Chrome sviluppata da akashnavapara, e la sua funzione principale è "An extension to connect Users.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Connect Me

Scarica i file di estensione Connect Me in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Connect Me Connect Me
ID cffmiiadbjeklhifmpgbicbnaklnnppp
URL Ufficiale https://chrome.google.com/webstore/detail/connect-me/cffmiiadbjeklhifmpgbicbnaklnnppp
Descrizione An extension to connect Users.
Dimensione del File 266 KB
Conteggio Installazioni 12
Versione Corrente 1.0
Ultimo Aggiornamento 2014-07-08
Data di Pubblicazione 2014-07-08
Sviluppatore akashnavapara
Tipo di Pagamento free
Lingue Supportate 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"
}