Tweevest
Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth,…
Tweevestคืออะไร?
Tweevest เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tweevest.com และคุณลักษณะหลักของมันคือ "Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth,…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweevest
ดาวน์โหลดไฟล์ส่วนขยาย Tweevest ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth, institutional ownership, and much more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tweevest |
ID | maapkilhdplclnmcfbffnipkjjdmfgcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tweevest/maapkilhdplclnmcfbffnipkjjdmfgcj |
คำอธิบาย | Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth,… |
ขนาดไฟล์ | 1.41 MB |
จำนวนการติดตั้ง | 427 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2024-02-19 |
วันที่เผยแพร่ | 2023-09-30 |
ผู้พัฒนา | https://tweevest.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://tweevest.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tweevest", "version": "1.1.2", "options_page": "index.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "index.html", "default_title": "Tweevest" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage", "tabs" ], "oauth2": { "client_id": "maapkilhdplclnmcfbffnipkjjdmfgcj", "scopes": [ "" ] }, "externally_connectable": { "matches": [ "https:\/\/tweevest.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/staging.tweevest.com\/*" ] }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader.js" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "css": [ "assets\/index2.css", "assets\/index.css" ] } ], "web_accessible_resources": [ { "matches": [ " |