ROBOTFITBOT for 암호화페
ROBOTFITBOT for 암호화페
Vad är ROBOTFITBOT for 암호화페?
ROBOTFITBOT for 암호화페 är en Chrome-tillägg utvecklad av IBGSOFT, och dess huvudfunktion är "ROBOTFITBOT for 암호화페".
Tilläggsskärmbilder
Ladda ner ROBOTFITBOT for 암호화페-förlängningens CRX-fil
Ladda ner ROBOTFITBOT for 암호화페-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
가상화페 자동트레이딩 프로그램입니다.
트레이딩뷰와 연결하여 거래하며, 공지사항과 같이 거래소를 추가하고있습니다.
또한 공지사항에 나오는 거래소의 자동 트레이딩봇을 원하시면 홈페이지를 방문해주세요. Grundläggande Information om Tillägg
| Namn | |
| ID | ipdibpnocglclpcefgmafdpkmadnhjdf |
| Officiell webbadress | https://chromewebstore.google.com/detail/robotfitbot-for-%EC%95%94%ED%98%B8%ED%99%94%ED%8E%98/ipdibpnocglclpcefgmafdpkmadnhjdf |
| Beskrivning | ROBOTFITBOT for 암호화페 |
| Filstorlek | 3.5 MB |
| Antal Installationer | 15 |
| Aktuell Version | 0.1.6 |
| Senast Uppdaterad | 2019-10-24 |
| Publiceringsdatum | 2019-10-23 |
| Utvecklare | IBGSOFT |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.robotxfit.com/ |
| Hjälpsida URL | https://www.robotxfit.com/ |
| Stödda Språk | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ROBOTFITBOT for \uc554\ud638\ud654\ud398",
"short_name": "ROBOTFITBOT for \uc554\ud638\ud654\ud398",
"description": "ROBOTFITBOT for \uc554\ud638\ud654\ud398",
"version": "0.1.6",
"manifest_version": 2,
"default_locale": "ko",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"permissions": [
"activeTab",
"declarativeContent",
"storage",
"notifications",
"contextMenus",
"identity",
"https:\/\/kr.tradingview.com\/",
"https:\/\/api-testnet.bybit.com\/",
"https:\/\/api.bybit.com\/"
],
"background": {
"scripts": [
"scripts\/background.js",
"scripts\/ccxt.browser.js"
],
"persistent": false
},
"page_action": {
"default_icon": {
"20": "images\/icon-20.png",
"48": "images\/icon-48.png"
},
"default_title": "ROBOTFITBOT for \uc554\ud638\ud654\ud398",
"default_popup": "pages\/popup.html"
},
"options_page": "pages\/options.html",
"options_ui": {
"page": "pages\/options.html",
"chrome_style": false,
"open_in_tab": true
},
"web_accessible_resources": [
"images\/notify.png",
"images\/error.png"
],
"content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
} | |