Tart Finance
Investment dashboard on default page
Tart Financeคืออะไร?
Tart Finance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tart Technologies Inc และคุณลักษณะหลักของมันคือ "Investment dashboard on default page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tart Finance
ดาวน์โหลดไฟล์ส่วนขยาย Tart Finance ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Elevate Your Chrome Startpage with Real-time Stock Insights Transform your default Chrome homepage into a dynamic stock market dashboard with Tart Finance. By clicking "Add to chrome", I accept and agree to installing the 'Tart Finance' Chrome extension and setting Chrome's new tab to that provided by the service, in accordance with the terms of use and privacy policy. The extension will update your search settings and will change your New Tab to offer real-time stock market insights. Tart Finance revolutionizes your Chrome Browser's default homepage, turning it into a powerful stock market hub you'll want to check every day. Personalize it to your liking, and stay updated with the latest stock prices and news right at your fingertips. Real-time Stock Price Updates Top Stock Market News Personalized Stock Watchlist Quick Access to Your Favorite Financial Sites User-friendly Interface Looking for a more efficient way to stay updated on stock market trends every time you open a new tab? Tart Finance is the answer! Experience a seamless blend of functionality and design, giving you complete control over your stock market insights right from your Chrome new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tart Finance |
ID | nkfhkppfmlapejlmnacdkigfpnbimdmb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tart-finance/nkfhkppfmlapejlmnacdkigfpnbimdmb |
คำอธิบาย | Investment dashboard on default page |
ขนาดไฟล์ | 1.54 MB |
จำนวนการติดตั้ง | 2,325 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2023-11-10 |
วันที่เผยแพร่ | 2023-11-01 |
คะแนน | 4.08/5 รวมทั้งหมด 63 คะแนน |
ผู้พัฒนา | Tart Technologies Inc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.3", "name": "Tart Finance", "description": "Investment dashboard on default page", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites", "storage" ], "host_permissions": [ "https:\/\/api.prod.tart.finance\/*", "https:\/\/www.google-analytics.com\/*" ], "action": [], "web_accessible_resources": [ { "resources": [ "static\/js\/*", "static\/css\/*", "static\/media\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |