Bizrobe Auto Follow up

Auto email Follow Up extension for Gmail

Wat is Bizrobe Auto Follow up?

Bizrobe Auto Follow up is een Chrome-extensie ontwikkeld door https://bizrobe.com, en de belangrijkste functie is "Auto email Follow Up extension for Gmail".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bizrobe Auto Follow up

Download Bizrobe Auto Follow up-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bizrobe Auto Follow up Bizrobe Auto Follow up
ID hepapmlnfobfldboadbapjgmgmbenehl
Officiële URL https://chromewebstore.google.com/detail/bizrobe-auto-follow-up/hepapmlnfobfldboadbapjgmgmbenehl
Beschrijving Auto email Follow Up extension for Gmail
Bestandsgrootte 159 KB
Aantal Installaties 34
Huidige Versie 1.2.3
Laatst Bijgewerkt 2023-10-21
Publicatiedatum 2023-09-20
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar https://bizrobe.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://bizrobe.com
Help Pagina-URL https://bizrobe.com/support
URL van de Privacybeleid Pagina https://bizrobe.com/privacy
Ondersteunde Talen 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\/*"
    ]
}