x-alpha

x-alpha chrome extension

x-alphaคืออะไร?

x-alpha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย x.alpha.intelligence และคุณลักษณะหลักของมันคือ "x-alpha chrome extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย x-alpha

ดาวน์โหลดไฟล์ส่วนขยาย x-alpha ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Transform Your Crypto Trading with Our AI-Enhanced Chrome Extension, Now Upgraded to Version 3.2!

🚀 Upgrade Your Market Analysis: Dive into the crypto market with our enhanced AI Chrome extension. It transforms your Twitter feed into a powerful analysis tool, spotting trending tokens and market trends right from your browser.

💡 Smart Trading Made Simple: Get ahead with instant insights from Twitter, combining on-chain data and social trends. Our extension now offers more than just market tracking; it includes safety checks and tips to sharpen your trading skills.

✨ Enhanced Features for a Better Experience:

- Quick Market Insights: Instantly get updated on a wider range of tokens for a more comprehensive experience.

- Actionable Signals from Social Media: Turn your Twitter interactions into smart trading cues, with options to create engaging and insightful tweets.

🆕 What's New in Version 3.2:

- Track Project Community Leaders: See real-time rankings of the most active and influential community members. Get a clear view of Key Opinion Leaders (KOLs) and their involvement over time.

- Deep Dive into KOL Analytics: Analyze the financial trends and sentiments of KOLs through their hashtag use. Understand the network by tracking interactions among crypto influencers.

- Multi language support: earlier only limited to English but now works with all major language settings of your Twitter app.

- Cashtags & Hashtags trends: Now the users can see the latest cashtags and latest hashtags that are trending on twitter

- Access the extension from profile page of any user

- Also access the extension with a single click on the X-Alpha extension icon pinned in your browser

🌐 Data Meets Strategy: Make informed trades with data-driven insights. Our latest extension is more intuitive, offering a seamless blend of innovation and practicality for your trading journey.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ x-alpha x-alpha
ID jiikabmboknibiohmgaapgbmdopklnmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/x-alpha/jiikabmboknibiohmgaapgbmdopklnmn
คำอธิบาย x-alpha chrome extension
ขนาดไฟล์ 548 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 3.2.6
อัปเดตครั้งล่าสุด 2024-02-24
วันที่เผยแพร่ 2024-01-08
คะแนน 4.98/5 รวมทั้งหมด 99 คะแนน
ผู้พัฒนา x.alpha.intelligence
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://x-alpha.ai
URL หน้าช่วยเหลือ https://x-alpha.ai
URL หน้านโยบายความเป็นส่วนตัว https://x-alpha-ai.gitbook.io/x-alpha.ai/company-policy/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "x-alpha",
    "version": "3.2.6",
    "description": "x-alpha chrome extension",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "128x128.png"
    },
    "icons": {
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle1708754420743.chunk.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png",
                "X-alpha-Logo-2.png",
                "x-alpha-favicon.png",
                "frame-12296.png",
                "128x128.png",
                "xalpha-logo-3x.png",
                "button-twitter-feed.png",
                "images\/image-98.png",
                "images\/image-97.png",
                "images\/image-96.png",
                "images\/popupBackground.png",
                "images\/Robot.png",
                "images\/wagieBot.png",
                "images\/prodigySniperBot.png",
                "images\/magnumTradeBot.png",
                "images\/Bonkbot.png",
                "images\/replyEnabled.png",
                "images\/X-alpha-single.png",
                "images\/flooz.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}