Stock Informer
Markets & Currencies Information, links
ما هو Stock Informer؟
Stock Informer هو إضافة Chrome تم تطويرها بواسطة https://d2rinternetholdings.com، والميزة الرئيسية لها هي "Markets & Currencies Information, links".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stock Informer
قم بتنزيل ملفات الامتداد Stock Informer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Stock Informer Extension & Search By D2R Internet Holdings Stock Informer is a lightweight and useful New Tab Extension designed for getting quick and easy access to your favorite stocks and market news and an accessible web search (provided by Bing.com) right in the comfort of your web browser. the search features use within the extension will be provided by Bing; however, the extension will not make any changes in your default browser search setting. *** Please read carefully: by installing the Stock Informer extension, you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy. End-User License Agreement: https://www.d2rinternetholdings.com/termsconditions Privacy Policy: https://www.d2rinternetholdings.com/privacypolicy You may remove this extension at any time from the chrome extension page.
معلومات أساسية عن التمديد
الاسم | Stock Informer |
ID | beifiidafjobphnbhbbgmgnndjolfcho |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stock-informer/beifiidafjobphnbhbbgmgnndjolfcho |
الوصف | Markets & Currencies Information, links |
حجم الملف | 597 KB |
عدد التثبيتات | 65,130 |
النسخة الحالية | 5.3.3 |
آخر تحديث | 2022-08-31 |
تاريخ النشر | 2020-07-06 |
تقييم | 4.13/5 مجموع تقييمات 8 |
المطور | https://d2rinternetholdings.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.d2rinternetholdings.com/stockinformer |
عنوان صفحة المساعدة | https://www.d2rinternetholdings.com/contact |
عنوان صفحة سياسة الخصوصية | https://www.d2rinternetholdings.com/privacypolicy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stock Informer", "version": "5.3.3", "manifest_version": 3, "description": "Markets & Currencies Information, links", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "Markets & Currencies Information, links", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "background": { "service_worker": "js\/background.js" }, "chrome_url_overrides": { "newtab": "html\/new_tab.html" }, "permissions": [ "topSites", "chrome:\/\/favicon\/*", "storage" ] } |