Sales XL: Automated LinkedIn Prospecting

The extension helps you auto add LinkedIn users from a simple CSV file.

ما هو Sales XL: Automated LinkedIn Prospecting؟

Sales XL: Automated LinkedIn Prospecting هو إضافة Chrome تم تطويرها بواسطة contactsalesxl، والميزة الرئيسية لها هي "The extension helps you auto add LinkedIn users from a simple CSV file.".

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

screenshot

تحميل ملف CRX للإضافة Sales XL: Automated LinkedIn Prospecting

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

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

                        The extension helps you auto add LinkedIn users from a simple CSV file.                    

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

الاسم Sales XL: Automated LinkedIn Prospecting Sales XL: Automated LinkedIn Prospecting
ID hhdffcchnkhbhlppcnaomfonehjkaghm
عنوان URL الرسمي https://chromewebstore.google.com/detail/sales-xl-automated-linked/hhdffcchnkhbhlppcnaomfonehjkaghm
الوصف The extension helps you auto add LinkedIn users from a simple CSV file.
حجم الملف 538 KB
عدد التثبيتات 39
النسخة الحالية 1.0.2
آخر تحديث 2017-06-30
تاريخ النشر 2017-06-30
المطور contactsalesxl
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sales XL: Automated LinkedIn Prospecting",
    "description": "The extension helps you auto add LinkedIn users from a simple CSV file.",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/logo.gif",
        "scripts\/client.js",
        "css\/datatables.min.css"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/autoadd.js"
            ]
        }
    ]
}