NinjaLeads.co

NinjaLeads.co extension

NinjaLeads.co là gì?

NinjaLeads.co là một tiện ích mở rộng Chrome được phát triển bởi NinjaLeads, và tính năng chính của nó là "NinjaLeads.co extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NinjaLeads.co

Tải xuống các tệp mở rộng NinjaLeads.co dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NinjaLeads.co NinjaLeads.co
ID ojbmhlplbolcdnnljedpkhbcicijlaik
URL Chính Thức https://chromewebstore.google.com/detail/ninjaleadsco/ojbmhlplbolcdnnljedpkhbcicijlaik
Mô tả NinjaLeads.co extension
Kích Thước Tệp 50.28 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-09-23
Ngày Phát Hành 2020-07-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển NinjaLeads
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ninjaleads.co/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}