Tweevest
Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth,…
Tweevest là gì?
Tweevest là một tiện ích mở rộng Chrome được phát triển bởi https://tweevest.com, và tính năng chính của nó là "Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth,…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tweevest
Tải xuống các tệp mở rộng Tweevest 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
Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth, institutional ownership, and much more.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tweevest |
ID | maapkilhdplclnmcfbffnipkjjdmfgcj |
URL Chính Thức | https://chromewebstore.google.com/detail/tweevest/maapkilhdplclnmcfbffnipkjjdmfgcj |
Mô tả | Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth,… |
Kích Thước Tệp | 1.41 MB |
Số Lần Cài Đặt | 427 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2024-02-19 |
Ngày Phát Hành | 2023-09-30 |
Nhà Phát Triển | https://tweevest.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://tweevest.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |