Bizrobe Auto Follow up

Auto email Follow Up extension for Gmail

Apa itu Bizrobe Auto Follow up?

Bizrobe Auto Follow up adalah ekstensi Chrome yang dikembangkan oleh https://bizrobe.com, dan fitur utamanya adalah "Auto email Follow Up extension for Gmail".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bizrobe Auto Follow up

Unduh file ekstensi Bizrobe Auto Follow up dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bizrobe Auto Follow up Bizrobe Auto Follow up
ID hepapmlnfobfldboadbapjgmgmbenehl
URL Resmi https://chromewebstore.google.com/detail/bizrobe-auto-follow-up/hepapmlnfobfldboadbapjgmgmbenehl
Deskripsi Auto email Follow Up extension for Gmail
Ukuran File 159 KB
Jumlah Instalasi 34
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2023-10-21
Tanggal Publikasi 2023-09-20
Penilaian 5.00/5 Total 9 Penilaian
Pengembang https://bizrobe.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://bizrobe.com
URL Halaman Bantuan https://bizrobe.com/support
URL Halaman Kebijakan Privasi https://bizrobe.com/privacy
Bahasa yang Didukung 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\/*"
    ]
}