LinkedInWithdraw

This extension inject js

ما هو LinkedInWithdraw؟

LinkedInWithdraw هو إضافة Chrome تم تطويرها بواسطة the.dev.alien، والميزة الرئيسية لها هي "This extension inject js".

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

screenshot

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

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

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

                        This plugin will Withdraw LinkedIn invitations or achieve them without you clicking on everyone.

Steps:
1- Login to linkedIn
2- Go to http://www.linkedin.com/inbox/invitations/sent
3- watch the magic happen :)

fyi: if it's slow or any unexpected behavior >>>Restart Chrome<<<.


BIG THANKS:
http://brunosouza.info/en/withdrawing-sent-invitations-automatically-on-linkedin/

Thank you for making the script available and saved my ass (:                    

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

الاسم LinkedInWithdraw LinkedInWithdraw
ID ndmocllkbdpfdbajbapeegflehgeabam
عنوان URL الرسمي https://chrome.google.com/webstore/detail/linkedinwithdraw/ndmocllkbdpfdbajbapeegflehgeabam
الوصف This extension inject js
حجم الملف 7.6 KB
عدد التثبيتات 46
النسخة الحالية 1.0
آخر تحديث 2013-08-30
تاريخ النشر 2013-08-28
تقييم 1.80/5 مجموع تقييمات 5
المطور the.dev.alien
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedInWithdraw",
    "description": "This extension inject js",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/inbox\/invitations\/sent"
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_start"
        }
    ]
}