NinjaLeads.co
NinjaLeads.co extension
Was ist NinjaLeads.co?
NinjaLeads.co ist eine Chrome-Erweiterung, die von NinjaLeads entwickelt wurde, und ihr Hauptmerkmal ist "NinjaLeads.co extension".
Erweiterungsscreenshots
NinjaLeads.co-Erweiterungs-CRX-Datei herunterladen
Laden Sie NinjaLeads.co-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ojbmhlplbolcdnnljedpkhbcicijlaik |
Offizielle URL | https://chromewebstore.google.com/detail/ninjaleadsco/ojbmhlplbolcdnnljedpkhbcicijlaik |
Beschreibung | NinjaLeads.co extension |
Dateigröße | 50.28 KB |
Installationsanzahl | 26 |
Aktuelle Version | 0.3 |
Letztes Update | 2020-09-23 |
Veröffentlichungsdatum | 2020-07-01 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | NinjaLeads |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.ninjaleads.co/ |
Unterstützte Sprachen | 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" } } |