Connect Me

An extension to connect Users.

Co to jest Connect Me?

Connect Me to rozszerzenie Chrome opracowane przez akashnavapara, a jego główną funkcją jest „An extension to connect Users.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Connect Me

Pobierz pliki rozszerzeń Connect Me w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Connect Me Connect Me
ID cffmiiadbjeklhifmpgbicbnaklnnppp
Oficjalny URL https://chrome.google.com/webstore/detail/connect-me/cffmiiadbjeklhifmpgbicbnaklnnppp
Opis An extension to connect Users.
Rozmiar pliku 266 KB
Liczba instalacji 12
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-07-08
Data Publikacji 2014-07-08
Deweloper akashnavapara
Typ Płatności free
Obsługiwane Języki 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"
}