Aginsi - AI Summarizer & Research Toolbar

Your all-in-one research co-pilot

Aginsi - AI Summarizer & Research Toolbarคืออะไร?

Aginsi - AI Summarizer & Research Toolbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aginsi.com และคุณลักษณะหลักของมันคือ "Your all-in-one research co-pilot"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aginsi - AI Summarizer & Research Toolbar

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

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

                        Supercharge your research with Aginsi.

Amplify your productivity with an all-in-one AI tool for collecting, summarizing and organizing your research. Available as a browser extension and web app, Aginsi seamlessly integrates into your workflow.

Quickly and accurately generate summaries of long-form articles, papers, documents, videos and PDFs using OpenAI's GPT. Whether you're working on an academic paper, a business report or casually reading, Aginsi can help you save time and boost your productivity.                    

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

ชื่อ Aginsi - AI Summarizer & Research Toolbar Aginsi - AI Summarizer & Research Toolbar
ID ojihlchbahmcldaabdmmfllfodlnpgkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aginsi-ai-summarizer-rese/ojihlchbahmcldaabdmmfllfodlnpgkm
คำอธิบาย Your all-in-one research co-pilot
ขนาดไฟล์ 894 KB
จำนวนการติดตั้ง 312
เวอร์ชันปัจจุบัน 0.1.8
อัปเดตครั้งล่าสุด 2023-06-12
วันที่เผยแพร่ 2023-03-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://aginsi.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://aginsi.com/
URL หน้านโยบายความเป็นส่วนตัว https://app.termly.io/document/privacy-policy/2065fc79-4e6d-4193-ad1b-17b3294c417c
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "0.1.8",
    "author": "Alburn Technologies",
    "name": "Aginsi - AI Summarizer & Research Toolbar",
    "description": "Your all-in-one research co-pilot",
    "background": {
        "service_worker": "background.93e42914.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.04ff201a.js"
            ],
            "css": [
                "font.44618c37.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "commands": {
        "open-toolbar": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "windows": "Alt+Shift+D",
                "mac": "Command+E"
            },
            "description": "Open Aginsi Toolbar"
        },
        "open-search": {
            "suggested_key": {
                "default": "Alt+Shift+E",
                "windows": "Alt+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Open Aginsi Search"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "lato-regular.c305279c.woff",
                "lato-bold.e409ffcf.woff"
            ]
        }
    ]
}