NinjaLeads.co
NinjaLeads.co extension
NinjaLeads.co란 무엇입니까?
NinjaLeads.co은(는) NinjaLeads에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NinjaLeads.co extension"입니다.
확장 프로그램 스크린샷
NinjaLeads.co 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |