Tweevest
Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth,…
什么是Tweevest?
Tweevest是由https://tweevest.com开发的Chrome扩展程序,该扩展的主要功能是“Discover key insights into growth stocks effortlessly. Simply hover a $TICKER to access detailed earnings and sales growth,…”。
扩展截图
下载Tweevest扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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": [
" | |