Connect Me

An extension to connect Users.

Wat is Connect Me?

Connect Me is een Chrome-extensie ontwikkeld door akashnavapara, en de belangrijkste functie is "An extension to connect Users.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Connect Me

Download Connect Me-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Connect Me Connect Me
ID cffmiiadbjeklhifmpgbicbnaklnnppp
Officiële URL https://chrome.google.com/webstore/detail/connect-me/cffmiiadbjeklhifmpgbicbnaklnnppp
Beschrijving An extension to connect Users.
Bestandsgrootte 266 KB
Aantal Installaties 12
Huidige Versie 1.0
Laatst Bijgewerkt 2014-07-08
Publicatiedatum 2014-07-08
Ontwikkelaar akashnavapara
Betalingswijze free
Ondersteunde Talen 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"
}