Staffbase Email

Create and measure engaging employee newsletters with Staffbase Email.

Τι είναι το Staffbase Email;

Το Staffbase Email είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://staffbase.com, και η κύρια λειτουργία του είναι "Create and measure engaging employee newsletters with Staffbase Email.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Staffbase Email

Λήψη αρχείων επέκτασης Staffbase Email σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Create and measure engaging employee newsletters with Staffbase Email. In real-time, you can collaborate with your team in our drag-and-drop designer to build engaging, on-brand employee emails. 
Measure the impact of your email strategy after you hit send and find out what's working or not. Gather employee feedback with pulse surveys and comments to make emails a two-way conversation. 

To start using the extension, you must have your Google account enabled to use the Staffbase Email account by the Staffbase team. More details are available in, Getting Started With the Staffbase Email Add-in or Extension – https://support.staffbase.com/hc/en-us/articles/4412581481874-Getting-Started-With-the-Staffbase-Email-Add-in-or-Extension.

If your organization is already a Staffbase customer and your Google account is not enabled yet, don't hesitate to contact Staffbase support to enable it. You can do this by opening a ticket in Submit a request – https://support.staffbase.com/hc/en-us/requests/new.

If you are interested in purchasing Staffbase Email for your organization and start using the Stafbase Email Chrome Extension 
Schedule a Personal Demo – https://insights.staffbase.com/schedule-demo.

Learn more at https://staffbase.com/en/employee-newsletter/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Staffbase Email Staffbase Email
ID jpbnpbfpgjkblmejlgkfkekajajhjcid
Επίσημο URL https://chromewebstore.google.com/detail/staffbase-email/jpbnpbfpgjkblmejlgkfkekajajhjcid
Περιγραφή Create and measure engaging employee newsletters with Staffbase Email.
Μέγεθος Αρχείου 1.68 MB
Αριθμός Εγκαταστάσεων 32,166
Τρέχουσα Έκδοση 5.5.1
Τελευταία Ενημέρωση 2023-08-01
Ημερομηνία Δημοσίευσης 2020-06-11
Αξιολόγηση 4.06/5 Συνολικά 890 Αξιολογήσεις
Προγραμματιστής https://staffbase.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://staffbase.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.staffbase.com/hc/en-us
URL της Σελίδας Πολιτικής Απορρήτου https://staffbase.com/en/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Staffbase Email",
    "version": "5.5.1",
    "description": "Create and measure engaging employee newsletters with Staffbase Email.",
    "homepage_url": "https:\/\/staffbase.com",
    "short_name": "Staffbase",
    "background": {
        "service_worker": "serviceWorker.build.js"
    },
    "permissions": [
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.build.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/*.bananatag.com\/*",
        "https:\/\/mail.google.com\/*",
        "http:\/\/mail.google.com\/*",
        "https:\/\/*.datadoghq.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "images\/icons\/*",
                "inject.build.js",
                "frame.html",
                "MaterialIcons-Regular.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "images\/sb-icon-48.png",
        "128": "images\/sb-icon-128.png"
    },
    "manifest_version": 3
}