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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.d2rinternetholdings.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | 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" ] } |