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 |
官方網址 | 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" } } |