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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}