Execo

AI-powered productivity for professionals.

Execoคืออะไร?

Execo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://execo.ai และคุณลักษณะหลักของมันคือ "AI-powered productivity for professionals."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Integrate AI into your workflows for effortless access to information, boosting your productivity and freeing up valuable time.

🪄 Features:
1) AI on every website
2) AI writing assistant for Gmail
3) AI powered search
4) AI enabled chat with your files

👉 Effortless information access: Experience the power of AI-driven Q&A, enabling you to swiftly obtain accurate answers from any website or YouTube video.

👀 Time-saving content digestion: Enjoy concise overviews of web content with content summarisation, enabling you to quickly grasp essential information.

🔎 Enhanced Search: Get direct answers to your queries. Enhanced Search combines Google and AI-generated results, offering a thorough and diverse search experience. (Accessible on the custom new tab, if enabled)

✍️ Effortlessly compose new emails or email replies in Gmail. Refine your email drafts to capture the perfect tone, spelling and grammar.

📁 Upload files or connect your Google Drive to chat with your files. You can chat with individual files or use Enhanced Search to find answers across all your files. (Accessible on the custom new tab, if enabled)

🚀 Enhanced productivity: Maximise your productivity with the synergy of AI-driven features and tab management, enabling you to work efficiently and save valuable time and effort.

🔒 Privacy
Only the highest privacy and security standards are acceptable when it comes to handling your data. Our commitment is to protect your data, not exploit it. We believe in transparency and always give you full control over your data. Read more about our privacy promise to you here: https://execo.ai/privacyPrinciples

Note: To utilise this extension, you must have a Execo account. If you are not a subscriber yet, you can create an account after you install the extension. Execo is completely free to use for the first 30 days.                    

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

ชื่อ Execo Execo
ID bbfhmkgmbapfpfaoebngcdpneoldnbem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/execo/bbfhmkgmbapfpfaoebngcdpneoldnbem
คำอธิบาย AI-powered productivity for professionals.
ขนาดไฟล์ 1.27 MB
จำนวนการติดตั้ง 3,301
เวอร์ชันปัจจุบัน 0.2.9
อัปเดตครั้งล่าสุด 2023-10-10
วันที่เผยแพร่ 2023-01-11
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://execo.ai
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://execo.ai
URL หน้าช่วยเหลือ https://execo.ai
URL หน้านโยบายความเป็นส่วนตัว https://execo.ai/privacy
ภาษาที่รองรับ de,en,fr,nl,no,tr,da,es,it,pl,fi,sv,cs,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Execo",
    "description": "__MSG_manifestDescription__",
    "version": "0.2.9",
    "manifest_version": 3,
    "icons": {
        "16": "\/imgs\/icon-16.png",
        "48": "\/imgs\/icon-48.png",
        "128": "\/imgs\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "storage",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "sidepanel.html",
        "openPanelOnActionClick": true
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.execo.ai\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "action": {
        "default_icon": "\/imgs\/icon-16.png",
        "default_title": "__MSG_manifestOpenOverlay__"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts;  object-src 'self';"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/*",
                "overlay.html",
                "scOverlay.html",
                "sidepanel.bundle.js",
                "\/css\/highlights.css",
                "newTab.html",
                "styles.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "js\/gmail.js",
                "gmailJsLoader.bundle.js",
                "scEmail.html"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "newTab.bundle.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "\/js\/gmail.js",
                "gmailInjector.bundle.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "scEmail.bundle.js"
            ]
        }
    ]
}