NinjaLeads.co

NinjaLeads.co extension

ما هو NinjaLeads.co؟

NinjaLeads.co هو إضافة Chrome تم تطويرها بواسطة NinjaLeads، والميزة الرئيسية لها هي "NinjaLeads.co extension".

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

screenshot

تحميل ملف CRX للإضافة NinjaLeads.co

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

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

                        This Chrome extension makes it easier to work with NinjaLeads by retrieving your cookie data, this way you don't have to do it manually.

Here's how it works:

- Install the extension.
- Make sure to be logged into your Instagram account using the Google Chrome browser.
- Open the extension by clicking on the Ninja icon.
- If you want that NinjaLeads.co uses proxies during the automation progress, make sure to fill out the proxy field in the chrome extension.
- Choose your Ninja (Instagram...).
- Press ""Copy to Clipboard".
- Paste the cookies into the Value field (Accounts tab of NinjaLeads.co) 

That's it!

Have questions?
If you have any question about this extension, feel free to send us an email at [email protected] or contact us via our live chat.                    

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

الاسم NinjaLeads.co NinjaLeads.co
ID ojbmhlplbolcdnnljedpkhbcicijlaik
عنوان URL الرسمي https://chromewebstore.google.com/detail/ninjaleadsco/ojbmhlplbolcdnnljedpkhbcicijlaik
الوصف NinjaLeads.co extension
حجم الملف 50.28 KB
عدد التثبيتات 26
النسخة الحالية 0.3
آخر تحديث 2020-09-23
تاريخ النشر 2020-07-01
تقييم 5.00/5 مجموع تقييمات 1
المطور NinjaLeads
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.ninjaleads.co/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NinjaLeads.co",
    "description": "NinjaLeads.co extension",
    "version": "0.3",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}