Extrin

Extract informations of contacts on Linkedin (1st circle only)

ما هو Extrin؟

Extrin هو إضافة Chrome تم تطويرها بواسطة Hack Studio، والميزة الرئيسية لها هي "Extract informations of contacts on Linkedin (1st circle only)".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Extrin

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

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

                        You have many contacts on Linkedin with phone numbers, emails and others data ? Don't panic, Extrin downloads all your contact from your Linkedin. 

You will have a csv file with firstname, lastname, position, birthdate, twitter, website, phone and location.

Be sure to be online before launching Extrin.

Feel free to contact me at [email protected] or on twitter @boristchangang. 

If you like the extension, please give it 5 stars :-)                    

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

الاسم Extrin Extrin
ID nmcepmjolcpckhpjgbmlaekpohfepnlk
عنوان URL الرسمي https://chromewebstore.google.com/detail/extrin/nmcepmjolcpckhpjgbmlaekpohfepnlk
الوصف Extract informations of contacts on Linkedin (1st circle only)
حجم الملف 1014 KB
عدد التثبيتات 135
النسخة الحالية 0.0.0.5
آخر تحديث 2017-03-13
تاريخ النشر 2017-03-13
تقييم 4.75/5 مجموع تقييمات 4
المطور Hack Studio
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extrin",
    "description": "Extract informations of contacts on Linkedin (1st circle only)",
    "version": "0.0.0.5",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/libs\/jquery.min.js",
                "script.min.js"
            ],
            "css": [
                "\/css\/fontawesome.css",
                "\/css\/font.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "*.png",
        "*.ttf",
        "*.png",
        "*.eot",
        "*.otf",
        "*.woff",
        "\/css\/fonts\/.*",
        "\/css\/*.*",
        ""
    ],
    "browser_action": {
        "default_title": "Extrin"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}