Stock Informer

Markets & Currencies Information, links

Stock Informer là gì?

Stock Informer là một tiện ích mở rộng Chrome được phát triển bởi https://d2rinternetholdings.com, và tính năng chính của nó là "Markets & Currencies Information, links".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stock Informer

Tải xuống các tệp mở rộng Stock Informer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stock Informer Stock Informer
ID beifiidafjobphnbhbbgmgnndjolfcho
URL Chính Thức https://chromewebstore.google.com/detail/stock-informer/beifiidafjobphnbhbbgmgnndjolfcho
Mô tả Markets & Currencies Information, links
Kích Thước Tệp 597 KB
Số Lần Cài Đặt 65,130
Phiên Bản Hiện Tại 5.3.3
Cập Nhật Lần Cuối 2022-08-31
Ngày Phát Hành 2020-07-06
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://d2rinternetholdings.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.d2rinternetholdings.com/stockinformer
URL Trang Trợ Giúp https://www.d2rinternetholdings.com/contact
URL Trang Chính Sách Bảo Mật https://www.d2rinternetholdings.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}