NinjaLeads.co
NinjaLeads.co extension
Apa itu NinjaLeads.co?
NinjaLeads.co adalah ekstensi Chrome yang dikembangkan oleh NinjaLeads, dan fitur utamanya adalah "NinjaLeads.co extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NinjaLeads.co
Unduh file ekstensi NinjaLeads.co dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ojbmhlplbolcdnnljedpkhbcicijlaik |
URL Resmi | https://chromewebstore.google.com/detail/ninjaleadsco/ojbmhlplbolcdnnljedpkhbcicijlaik |
Deskripsi | NinjaLeads.co extension |
Ukuran File | 50.28 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2020-09-23 |
Tanggal Publikasi | 2020-07-01 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | NinjaLeads |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.ninjaleads.co/ |
Bahasa yang Didukung | 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" } } |