Connect Me

An extension to connect Users.

ما هو Connect Me؟

Connect Me هو إضافة Chrome تم تطويرها بواسطة akashnavapara، والميزة الرئيسية لها هي "An extension to connect Users.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Connect Me

قم بتنزيل ملفات الامتداد Connect Me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Connect Me Connect Me
ID cffmiiadbjeklhifmpgbicbnaklnnppp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/connect-me/cffmiiadbjeklhifmpgbicbnaklnnppp
الوصف An extension to connect Users.
حجم الملف 266 KB
عدد التثبيتات 12
النسخة الحالية 1.0
آخر تحديث 2014-07-08
تاريخ النشر 2014-07-08
المطور akashnavapara
نوع الدفع free
اللغات المدعومة 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"
}