NinjaLeads.co

NinjaLeads.co extension

NinjaLeads.coคืออะไร?

NinjaLeads.co เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NinjaLeads และคุณลักษณะหลักของมันคือ "NinjaLeads.co extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NinjaLeads.co

ดาวน์โหลดไฟล์ส่วนขยาย NinjaLeads.co ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}