Connect Me

An extension to connect Users.

Was ist Connect Me?

Connect Me ist eine Chrome-Erweiterung, die von akashnavapara entwickelt wurde, und ihr Hauptmerkmal ist "An extension to connect Users.".

Erweiterungsscreenshots

screenshot

Connect Me-Erweiterungs-CRX-Datei herunterladen

Laden Sie Connect Me-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Connect Me Connect Me
ID cffmiiadbjeklhifmpgbicbnaklnnppp
Offizielle URL https://chrome.google.com/webstore/detail/connect-me/cffmiiadbjeklhifmpgbicbnaklnnppp
Beschreibung An extension to connect Users.
Dateigröße 266 KB
Installationsanzahl 12
Aktuelle Version 1.0
Letztes Update 2014-07-08
Veröffentlichungsdatum 2014-07-08
Entwickler akashnavapara
Zahlungsart free
Unterstützte Sprachen 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"
}