NinjaLeads.co
NinjaLeads.co extension
Hvad er NinjaLeads.co?
NinjaLeads.co er en Chrome-udvidelse udviklet af NinjaLeads, og dens hovedfunktion er "NinjaLeads.co extension".
Udvidelsesskærmbilleder
Download NinjaLeads.co-udvidelses-CRX-fil
Download NinjaLeads.co-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ojbmhlplbolcdnnljedpkhbcicijlaik |
Officiel URL | https://chromewebstore.google.com/detail/ninjaleadsco/ojbmhlplbolcdnnljedpkhbcicijlaik |
Beskrivelse | NinjaLeads.co extension |
Filstørrelse | 50.28 KB |
Antal Installationer | 26 |
Nuværende Version | 0.3 |
Senest Opdateret | 2020-09-23 |
Udgivelsesdato | 2020-07-01 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | NinjaLeads |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.ninjaleads.co/ |
Understøttede Sprog | 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" } } |