HoneyBook Extend

The HoneyBook Chrome extension lets HoneyBook members communicate with their clients more effectively inside Gmail.

Τι είναι το HoneyBook Extend;

Το HoneyBook Extend είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://honeybook.com, και η κύρια λειτουργία του είναι "The HoneyBook Chrome extension lets HoneyBook members communicate with their clients more effectively inside Gmail.".

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

screenshot
screenshot

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

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

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

                        HoneyBook members can now manage Projects and customer relationships from right inside Gmail, while also tracking everything you need in HoneyBook. Instead of needing to jump between platforms and browser windows, everything is on one screen—making you instantly more efficient and organized!
 
Once you’ve downloaded the HoneyBook Chrome extension, you can: 

— Create new HoneyBook Projects without leaving your inbox
— View existing contact & Project details from your inbox
— Quickly access the full Project & any sent files

This extension is currently only available for subscribed HoneyBook members.

Want to learn more? The HoneyBook Chrome extension lets you...

GET ORGANIZED WITH ONE CENTRAL SYSTEM 

HoneyBook allows you to organize and track everything in one place. All of your contact details, emails, files, and notes are tied together so you can see the big picture. With the extension in place, you can access and edit some of that all-important information from directly within your Gmail inbox—saving you time and keeping you as efficient as possible!

GAIN VISIBILITY 

Every conversation that’s associated with a Project will be tracked in that Project’s Activity Feed in HoneyBook—in addition to your inbox—so you can keep an eye on the big picture (and little details) without having to sift through multiple channels.

Have questions or comments about HoneyBook Chrome Extension? We’d love to hear from you! Just reach out to us at [email protected].                    

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

Όνομα HoneyBook Extend HoneyBook Extend
ID cfefcfhojjgbbcnhbfhilapppfblnogg
Επίσημο URL https://chromewebstore.google.com/detail/honeybook-extend/cfefcfhojjgbbcnhbfhilapppfblnogg
Περιγραφή The HoneyBook Chrome extension lets HoneyBook members communicate with their clients more effectively inside Gmail.
Μέγεθος Αρχείου 638 KB
Αριθμός Εγκαταστάσεων 34,393
Τρέχουσα Έκδοση 1.2.4
Τελευταία Ενημέρωση 2023-10-21
Ημερομηνία Δημοσίευσης 2020-05-26
Αξιολόγηση 3.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://honeybook.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.honeybook.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.honeybook.com/contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://www.honeybook.com/terms/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The HoneyBook Chrome extension lets HoneyBook members communicate with their clients more effectively inside Gmail.",
    "manifest_version": 2,
    "version": "1.2.4",
    "name": "HoneyBook Extend",
    "icons": {
        "16": "icons\/icon16-circle.png",
        "48": "icons\/icon48-circle.png",
        "128": "icons\/icon128-circle.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                ".\/gmail-injector.js"
            ],
            "css": [
                ".\/gmail-sidebar-injection.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "gmail-sidebar-injection.js",
        "gmail-sidebar-injection.css",
        "hello-image.jpg"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/*"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Open the popup"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "https:\/\/mail.google.com\/*",
        "https:\/\/api-js.mixpanel.com\/*",
        "https:\/\/usage.trackjs.com\/*",
        "https:\/\/capture.trackjs.com\/*",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "https:\/\/api.honeybook.com\/*"
    ]
}