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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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": [ " |