NinjaLeads.co
NinjaLeads.co extension
什么是NinjaLeads.co?
NinjaLeads.co是由NinjaLeads开发的Chrome扩展程序,该扩展的主要功能是“NinjaLeads.co extension”。
扩展截图
下载NinjaLeads.co扩展crx文件
下载NinjaLeads.co扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ojbmhlplbolcdnnljedpkhbcicijlaik |
官方URL | https://chromewebstore.google.com/detail/ninjaleadsco/ojbmhlplbolcdnnljedpkhbcicijlaik |
简介 | NinjaLeads.co extension |
文件大小 | 50.28 KB |
安装次数 | 26 |
当前版本 | 0.3 |
更新时间 | 2020-09-23 |
上架时间 | 2020-07-01 |
评分 | 5.00/5 共1次评分 |
开发者 | NinjaLeads |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.ninjaleads.co/ |
支持的语言 | 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" } } |