The Watchlist
Link to all your favorite stocks in one place!
The Watchlistคืออะไร?
The Watchlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alexherigon.com และคุณลักษณะหลักของมันคือ "Link to all your favorite stocks in one place!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Watchlist
ดาวน์โหลดไฟล์ส่วนขยาย The Watchlist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension lets you save your favorite stocks so you have quick access to their details. Stocks have links to: Yahoo Finance StockTwits MarketWatch Google Finance TradingView You can create any number of folders and add any number of stocks to it on the options page. You can also change between dark mode and light mode as well as disable notifications when you change your folders or stocks. Currently only stocks with 4 charter symbols or less are supported. If you have any feedback or suggestions let me know in the reviews, support, or by email. ----Change Log---- v 1.0.3 -Changed contact link v 1.0.2 -Updated Link v 1.0.1 -Cleanup Unnecessary Code v 1.0.0 -initial release
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The Watchlist |
ID | bellobdjoahilbnopjceanjiekhfkjae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-watchlist/bellobdjoahilbnopjceanjiekhfkjae |
คำอธิบาย | Link to all your favorite stocks in one place! |
ขนาดไฟล์ | 6.06 MB |
จำนวนการติดตั้ง | 159 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2019-11-07 |
วันที่เผยแพร่ | 2019-11-06 |
ผู้พัฒนา | https://alexherigon.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://alexherigon.com/thewatchlist.html |
URL หน้านโยบายความเป็นส่วนตัว | https://alexherigon.com/privacypolicy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Watchlist", "version": "1.0.3", "description": "Link to all your favorite stocks in one place!", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png" }, "default_title": "The Watchlist", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications", "contextMenus" ], "options_page": "options.html", "background": { "scripts": [ "js\/eventPage.js", "js\/jquery-3.3.0.min.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |