Answer with Fini

Answer questions, anywhere.

Answer with Fini là gì?

Answer with Fini là một tiện ích mở rộng Chrome được phát triển bởi https://usefini.com, và tính năng chính của nó là "Answer questions, anywhere.".

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

screenshot

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

Tải xuống các tệp mở rộng Answer with Fini 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

                        Answer with Fini is a Chrome extension that helps customer service agents respond to customer inquiries quickly and accurately. With Answer with Fini, agents can select the text of a customer inquiry and generate a response in just seconds. It eliminates the need for manual research and provides agents with access to freshly written replies tailored to the customer’s question. Answer with Fini simplifies customer service and improves the customer experience.                    

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

Tên Answer with Fini Answer with Fini
ID jngdlmanpdoimiefimnhjaaginpolpgb
URL Chính Thức https://chromewebstore.google.com/detail/answer-with-fini/jngdlmanpdoimiefimnhjaaginpolpgb
Mô tả Answer questions, anywhere.
Kích Thước Tệp 86.51 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-04-10
Ngày Phát Hành 2023-02-18
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://usefini.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.usefini.com
URL Trang Chính Sách Bảo Mật https://www.usefini.com/company/legal
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Answer with Fini",
    "version": "0.0.3",
    "description": "Answer questions, anywhere.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "options_page": "options.html",
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentscript.js",
                "jquery.slim.min.js",
                "bootstrap.bundle.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/app.usefini.com\/api\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "bootstrap.min.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}