247 Finance
Get real time stock market information about your favorite stocks.
ما هو 247 Finance؟
247 Finance هو إضافة Chrome تم تطويرها بواسطة Galattic Cyberspace ltd، والميزة الرئيسية لها هي "Get real time stock market information about your favorite stocks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 247 Finance
قم بتنزيل ملفات الامتداد 247 Finance بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get real time stock market information about your favorite stocks. 247 Finance Toolbar is a lightweight and useful add-on designed for getting a quick peek of your favorite stocks.
معلومات أساسية عن التمديد
الاسم | 247 Finance |
ID | ncgkmbdpdlodaoenmbmphlghnbmegmkl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/247-finance/ncgkmbdpdlodaoenmbmphlghnbmegmkl |
الوصف | Get real time stock market information about your favorite stocks. |
حجم الملف | 106 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2021-12-27 |
تاريخ النشر | 2021-12-26 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | Galattic Cyberspace ltd |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://247.finance/ |
عنوان صفحة المساعدة | http://247.finance/contact-us |
عنوان صفحة سياسة الخصوصية | http://247.finance/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "247 Finance", "author": "Galattic Cyberspace ltd", "version": "0.0.2", "description": "Get real time stock market information about your favorite stocks.", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "28": "icons\/icon28.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "notifications" ], "action": { "default_icon": { "16": "icons\/icon16.png", "28": "icons\/icon28.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "default_title": "247 Finance", "default_popup": "popup.html", "browser_style": true }, "chrome_url_overrides": { "newtab": "options.html" } } |