AIME - The ChatGPT in finance area

Aime can analyze stocks, summarize news, and provide sharable trading ideas as you surf the web.

AIME - The ChatGPT in finance areaとは何ですか?

AIME - The ChatGPT in finance areaはhttps://ainvest.comによって開発されたChromeの拡張機能で、その主な機能は「Aime can analyze stocks, summarize news, and provide sharable trading ideas as you surf the web.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

AIME - The ChatGPT in finance area拡張機能のCRXファイルをダウンロード

AIME - The ChatGPT in finance area拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Meet Aime: Your investing AI, stock & web surfing mentor.

 🚀I’m Aime. Your new personal investing AI. 
I can analyze stocks, summarize news, and provide sharable trading ideas as you surf the web.

💻 Key Features
📈Aime. Active Investing Made Easy. 
💡 Look up financial terms as you read articles. 
💡 Analyze multiple stocks quickly on the same page. 
💡 Create trading ideas to share with friends. 
💡 Save time by summarizing articles. 
💡 Assess how breaking news will impact the market. 
💡 Build confidence in your investing ideas. 

🔆Frequent Questions
1️⃣ How do I use Aime?
Just click on the Aime Icon and ask a question. Aime loves chatting about investing. 
2️⃣ What is Aime?
Aime is an investing-focused language model developed on Meta’s next-generation LLama platform. Aime can understand and generate human-like text. Trained on a vast amount of news articles, and plugged into real-time data feeds, Aime can rapidly analyze millions of data points to give you quality investing insights, financial analysis, and trade ideas.  Essentially, Aime is like a personal financial mentor and expert to help you build trade ideas and communicate with you in a way that feels natural and human-like. 
3️⃣ What is Aime for Google? 
Aime for Google is a browser extension that enhances your search experience with always-available analysis from Aime. It works by letting you ask Aime for analysis alongside normal search engine results. 
4️⃣ Is Aime for Google free to use? 
Yes, the extension is free to use. 
5️⃣ What search engines are supported? 
Currently, Aime for Google supports Google Chrome. 
6️⃣ Do I need an account with Aime? 
Yes, you need an Aime account to use this extension. You can create an account for free at ainvest.com.

📍Upcoming Features
1️⃣Adaptation of the Google search bar
2️⃣ Summaries of web content
3️⃣ Underlining words with Aime’s intelligence analysis
4️⃣ Recommend proper prompts on certain scenarios

📧Customer Support
We hope you find our extension useful! We are waiting for your feedback and ratings! If you’re experiencing problems, please contact us at [email protected].                    

拡張機能の基本情報

名前 AIME - The ChatGPT in finance area AIME - The ChatGPT in finance area
ID okahapggajdikpemgnlbmblihmphhnpo
公式URL https://chromewebstore.google.com/detail/aime-the-chatgpt-in-finan/okahapggajdikpemgnlbmblihmphhnpo
説明 Aime can analyze stocks, summarize news, and provide sharable trading ideas as you surf the web.
ファイルサイズ 112 KB
インストール数 101
現在のバージョン 1.0.0
最終更新日 2023-10-01
公開日 2023-10-01
評価 5.00/5 合計 10 レビュー
開発者 https://ainvest.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.ainvest.com/chat/
プライバシーポリシーページのURL https://support.ainvest.com/hubfs/Disclosures/Tech%20disclosures/Ainvest%20Fintech%20Privacy%20Policy%209.20.22.pdf
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AIME - The ChatGPT in finance area",
    "version": "1.0.0",
    "description": "Aime can analyze stocks, summarize news, and provide sharable trading ideas as you surf the web.",
    "icons": {
        "16": "icons\/aime2.png",
        "32": "icons\/aime2.png",
        "48": "icons\/aime2.png",
        "128": "icons\/aime2.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "AIME - The ChatGPT in finance area"
    },
    "host_permissions": [
        "*:\/\/ainvest.com\/"
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentLink.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}