Trading Profit %
This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.
ما هو Trading Profit %؟
Trading Profit % هو إضافة Chrome تم تطويرها بواسطة J@GC APPS، والميزة الرئيسية لها هي "This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trading Profit %
قم بتنزيل ملفات الامتداد Trading Profit % بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows the user to show the profit percentage in real time when trading in the Bittrex or Poloniex coin market. Note: All processing is done client side - no servers involved, and your privacy is 100% intact. If you like this tool, any donations are accepted :)
معلومات أساسية عن التمديد
الاسم | Trading Profit % |
ID | onlnbjchpccnckejnclhaedhlhnkcdbf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trading-profit-%25/onlnbjchpccnckejnclhaedhlhnkcdbf |
الوصف | This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market. |
حجم الملف | 31.09 KB |
عدد التثبيتات | 127 |
النسخة الحالية | 1.4 |
آخر تحديث | 2018-07-25 |
تاريخ النشر | 2018-07-24 |
تقييم | 4.25/5 مجموع تقييمات 4 |
المطور | J@GC APPS |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.4", "default_locale": "en", "icons": { "48": "icons\/border-48.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "http:\/\/*\/" ] } |