Bizrobe Auto Follow up

Auto email Follow Up extension for Gmail

Bizrobe Auto Follow up là gì?

Bizrobe Auto Follow up là một tiện ích mở rộng Chrome được phát triển bởi https://bizrobe.com, và tính năng chính của nó là "Auto email Follow Up extension for Gmail".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bizrobe Auto Follow up

Tải xuống các tệp mở rộng Bizrobe Auto Follow up 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

                        Bizrobe is a chrome extension for following up automatically on the primary email sent through gmail. This is built to reduce the time to manually check on the sent items in email and then following up with a time interval. This helps increases productivity and can be used by Sales, HR, Marketing or any functions which uses gmail for communication. Bizrobe also provides a dashboard with analytics for the users to understand the followup patterns.                    

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

Tên Bizrobe Auto Follow up Bizrobe Auto Follow up
ID hepapmlnfobfldboadbapjgmgmbenehl
URL Chính Thức https://chromewebstore.google.com/detail/bizrobe-auto-follow-up/hepapmlnfobfldboadbapjgmgmbenehl
Mô tả Auto email Follow Up extension for Gmail
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2023-10-21
Ngày Phát Hành 2023-09-20
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://bizrobe.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://bizrobe.com
URL Trang Trợ Giúp https://bizrobe.com/support
URL Trang Chính Sách Bảo Mật https://bizrobe.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bizrobe Auto Follow up",
    "description": "Auto email Follow Up extension for Gmail",
    "icons": {
        "128": "Bizrobe_Logo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "version": "1.2.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "contentmang.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "jquery.min.js",
                "gmail.js",
                "contentmang.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/mail\/*"
    ]
}