Bizrobe Auto Follow up

Auto email Follow Up extension for Gmail

Qu'est-ce que Bizrobe Auto Follow up ?

Bizrobe Auto Follow up est une extension Chrome développée par https://bizrobe.com, et sa fonction principale est "Auto email Follow Up extension for Gmail".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bizrobe Auto Follow up

Téléchargez les fichiers d'extension Bizrobe Auto Follow up au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bizrobe Auto Follow up Bizrobe Auto Follow up
ID hepapmlnfobfldboadbapjgmgmbenehl
URL Officiel https://chromewebstore.google.com/detail/bizrobe-auto-follow-up/hepapmlnfobfldboadbapjgmgmbenehl
Description Auto email Follow Up extension for Gmail
Taille du Fichier 159 KB
Nombre d'Installations 34
Version Actuelle 1.2.3
Dernière Mise à Jour 2023-10-21
Date de Publication 2023-09-20
Évaluation 5.00/5 Total 9 Évaluations
Développeur https://bizrobe.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://bizrobe.com
URL de la Page d'Aide https://bizrobe.com/support
URL de la Page de Politique de Confidentialité https://bizrobe.com/privacy
Langues Prises en Charge 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\/*"
    ]
}