NinjaLeads.co

NinjaLeads.co extension

Qu'est-ce que NinjaLeads.co ?

NinjaLeads.co est une extension Chrome développée par NinjaLeads, et sa fonction principale est "NinjaLeads.co extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NinjaLeads.co

Téléchargez les fichiers d'extension NinjaLeads.co au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NinjaLeads.co NinjaLeads.co
ID ojbmhlplbolcdnnljedpkhbcicijlaik
URL Officiel https://chromewebstore.google.com/detail/ninjaleadsco/ojbmhlplbolcdnnljedpkhbcicijlaik
Description NinjaLeads.co extension
Taille du Fichier 50.28 KB
Nombre d'Installations 26
Version Actuelle 0.3
Dernière Mise à Jour 2020-09-23
Date de Publication 2020-07-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur NinjaLeads
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ninjaleads.co/
Langues Prises en Charge 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"
    }
}