AppZen Inbox

Generative AI that reads and organizes AP emails and writes detailed responses for you

AppZen Inbox là gì?

AppZen Inbox là một tiện ích mở rộng Chrome được phát triển bởi https://appzen.com, và tính năng chính của nó là "Generative AI that reads and organizes AP emails and writes detailed responses for you".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AppZen Inbox

Tải xuống các tệp mở rộng AppZen Inbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Overview

Take touchless AP processing to the next level with AI that handles all your vendor emails and account change requests, generates thorough replies to supplier inquiries, and processes invoices all the way to ‘okay-to-pay,’ freeing up your time for high-value tasks. 

FEATURES

Save time with email and invoice processing handled for you
Email is the way you communicate with your vendors. Automating your entire invoice processing workflow right from your inbox saves you hours of time processing invoices and reading, categorizing, and responding to emails.

Put generative AI to work for your AP team
AppZen’s generative AI handles the overwhelming task of crafting data-driven, individualized responses so you don’t have to. No more hunting down data for replies to bank change requests, payment updates, and more.

Maintain a small, powerful finance team
Slash processing time from hours to minutes without increasing the AP team headcount. AppZen Inbox bridges the gap between your email and your existing ERP and P2P systems like SAP, Oracle, Workday, Coupa, Ariba, Netsuite, and more.

By installing this extension, you agree to our terms of service and privacy policy. 
[https://www.appzen.com/terms-of-service]
[https://www.appzen.com/privacy-policy]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AppZen Inbox AppZen Inbox
ID palfepdmaodpfcaockdklfkemgmpickh
URL Chính Thức https://chromewebstore.google.com/detail/appzen-inbox/palfepdmaodpfcaockdklfkemgmpickh
Mô tả Generative AI that reads and organizes AP emails and writes detailed responses for you
Kích Thước Tệp 1.32 MB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.0.15
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2023-07-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://appzen.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.appzen.com
URL Trang Trợ Giúp https://support.appzen.com/hc/en-us
URL Trang Chính Sách Bảo Mật https://www.appzen.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
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"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.15",
    "author": "AppZen",
    "name": "AppZen Inbox",
    "description": "Generative AI that reads and organizes AP emails and writes detailed responses for you",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "delegated-gmail-addon-icon-inline.565bdce4.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail-sidebar.4a370e5e.js"
            ],
            "css": [
                "gmail-sidebar.c1070b9c.css"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail-addon-icon-inline.05f5db6d.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/outlook.office365.com\/mail*",
                "https:\/\/outlook.office.com\/mail*"
            ],
            "js": [
                "outlook-addon-icon-inline.07f8287e.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/outlook.office365.com\/mail*",
                "https:\/\/outlook.office.com\/mail*"
            ],
            "js": [
                "outlook-sidebar.2c20966c.js"
            ],
            "css": [
                "gmail-sidebar.c1070b9c.css"
            ]
        },
        {
            "matches": [
                "https:\/\/outlook.office365.com\/mail*",
                "https:\/\/outlook.office.com\/mail*"
            ],
            "js": [
                "outlook-phantom-inline.12537e57.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*.appzen.com\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/outlook.office365.com\/*",
        "https:\/\/outlook.office.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "tabs\/first-installation.html"
            ],
            "matches": [
                "https:\/\/*.appzen.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "delegated-gmail-addon-icon-inline.5e77f954.png"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "gmail-sidebar.7ac0547e.png",
                "delegated-gmail-addon-icon-inline.5e77f954.png",
                "gmail-sidebar.93a5d608.png"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "delegated-gmail-addon-icon-inline.5e77f954.png"
            ]
        },
        {
            "matches": [
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office.com\/*"
            ],
            "resources": [
                "outlook-addon-icon-inline.7543337e.png",
                "outlook-addon-icon-inline.eb4b7544.png"
            ]
        },
        {
            "matches": [
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office.com\/*"
            ],
            "resources": [
                "gmail-sidebar.7ac0547e.png",
                "delegated-gmail-addon-icon-inline.5e77f954.png",
                "gmail-sidebar.93a5d608.png"
            ]
        }
    ]
}