Stock Market Toolbar - Real Time Tracker

Track Any Stock In Real Time Without Needing Another Tab

Stock Market Toolbar - Real Time Trackerคืออะไร?

Stock Market Toolbar - Real Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ABTrades, LLC และคุณลักษณะหลักของมันคือ "Track Any Stock In Real Time Without Needing Another Tab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stock Market Toolbar - Real Time Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Stock Market Toolbar - Real Time Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Stay updated on all your favorite stocks without having to open a new tab or lose focus!

This extension adds a toolbar that allows you to track stocks, monitor your positions, and more! With so many customizable options and a vast stock selection, we have you covered! Also, this extension is completely free, all you have to do is install the extension, add your favorite stocks and bam you’re set!

This extension makes it super easy to:

Track your favorite stocks
Monitor your positions
Stay up to date without being sucked into stock charts
Keep an eye on things without opening a separate tab

Here are examples of why I use it and you should too:

It makes me feel like I’m a professional
Helps me monitor the stocks in my portfolio
I can still have a productive work day and stay up to date

Not only that, but we make it super easy to change the extension and customize it for your needs! You can add up to 20 stocks from NASDAQ, S&P 500, Dow Jones, Toronto Stock Exchange, London Stock Exchange, Hong Kong Stock Exchange and more! If you click on the ticker symbol, it will pop open a new tab with more information on the stock and the chart.

At The Impeccable Stock Software, we believe that anyone can become successful in the stock market regardless of the amount of time they have available, that’s why we created The Stock Market Toolbar!

What are you waiting for? Start using The Stock Market Toolbar for today!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stock Market Toolbar - Real Time Tracker Stock Market Toolbar - Real Time Tracker
ID mbfljaekpnbfddogaddgmjkkfdaedpde
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/stock-market-toolbar-real/mbfljaekpnbfddogaddgmjkkfdaedpde
คำอธิบาย Track Any Stock In Real Time Without Needing Another Tab
ขนาดไฟล์ 1.15 MB
จำนวนการติดตั้ง 574
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-06-10
วันที่เผยแพร่ 2021-06-10
คะแนน 3.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา ABTrades, LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.theimpeccablestocksoftware.com/free-trial
URL หน้าช่วยเหลือ https://help.theimpeccableinvestor.com
URL หน้านโยบายความเป็นส่วนตัว https://www.theimpeccableinvestor.com/privacy-chrome-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stock Market Toolbar - Real Time Tracker",
    "short_name": "Stock Market Toolbar",
    "description": "Track Any Stock In Real Time Without Needing Another Tab",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "128.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}