Albus: your personal AI assistant on the web

Summarize information, answer questions on your data and intelligently write content using chatgpt AI with new tab for short links

Albus: your personal AI assistant on the webคืออะไร?

Albus: your personal AI assistant on the web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://springworks.in และคุณลักษณะหลักของมันคือ "Summarize information, answer questions on your data and intelligently write content using chatgpt AI with new tab for short links"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Albus: your personal AI assistant on the web

ดาวน์โหลดไฟล์ส่วนขยาย Albus: your personal AI assistant on the web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        🧙‍♀️ Improve your productivity by 60% with Albus.

Want to integrate ChatGPT with your search and browsing experience? Want to improve your writing with AI?

With Albus, you now can! Browse through the web with your very own personal assistant powered by GPT-4, the latest and most advanced AI model out there.

Imagine you’ve got someone sitting next to you whom you can ask for questions in-context to your browsing - auto-fill information, generate content, simplify complex information and more -. Well, that’s how it feels to have Albus.

Let’s dive deeper into what you can do:

🌍 Search the web with Albus

Google Search is easy and it does its job. But what if you don’t want to browse through a dozen websites and hundreds of words to find the answer to a question?

That’s where Albus comes into the picture. Ask Albus a question and simply mention him to find 10 different references in his answer.

And that’s it! With one tap you found information across 10 websites.

📄 Ask questions on page content

Imagine you found a website that has all the information you need, but you cannot find the exact answer to your question. Rings a bell?

Using GPT-4 on the page, Albus can actually find the answer to your question based on the information on that page. All you have to do is ask him!

🪄 Summarize content in seconds

Too much information to read? Running out of time? Need help understanding the content?

Select your content, right click and summarize with Albus. Albus will give you a summarized version of this content in seconds. Ask him to paraphrase, change the one of the information or regenerate the content with different personas right inside the same tab.

✍🏻 Use GPT-4 to write content

Do you want to write a reply to your client real quick? Bored of filling questionnaires with the same old generic questions? Worry no more for Albus can now write content on your behalf.

Give the context for writing the content, define your persona - you are writing an email, you are a B2B sales executive selling a subscription, you need to follow formal writing etiquette - and let him do the magic.

💡 Write better prompts with curated ideas

Explore some of the best AI prompts curated from the internet. Customize them to create your very own AI bot to write code, fix bugs, draft marketing emails, compose songs, fix grammar and so much more.

• Check out our full guide at https://support.springworks.in/portal/en/kb/albus
• If you have any questions or feedback, write to us at [email protected]

PS: read the on how AI improves productivity by 60% here - https://www.nngroup.com/articles/chatgpt-productivity/                    

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

ชื่อ Albus: your personal AI assistant on the web Albus: your personal AI assistant on the web
ID kjihajojcochfdpgpngecjdibjpfkdmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/albus-your-personal-ai-as/kjihajojcochfdpgpngecjdibjpfkdmn
คำอธิบาย Summarize information, answer questions on your data and intelligently write content using chatgpt AI with new tab for short links
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 476
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2023-05-30
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://springworks.in
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.springworks.in/albus/
URL หน้าช่วยเหลือ https://support.springworks.in/portal/en/kb/albus
URL หน้านโยบายความเป็นส่วนตัว https://www.springworks.in/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Summarize information, answer questions on your data and intelligently write content using chatgpt AI with new tab for short links",
    "version": "0.1.7",
    "manifest_version": 3,
    "name": "Albus: your personal AI assistant on the web",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "production-icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "production-icon-128.png"
    },
    "omnibox": {
        "keyword": "a\/"
    },
    "commands": {
        "open-albus": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Open Albus"
        }
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "history",
        "bookmarks",
        "identity"
    ],
    "oauth2": {
        "client_id": "565855188575-sf8pqjg7bs1emgn1ckif5rl98adkt47o.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "root.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "\/production-icon-128.png",
                "\/production-icon-34.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}