Email Inbox CRM

CRM for your Shopify business in your email inbox.

Τι είναι το Email Inbox CRM;

Το Email Inbox CRM είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://emailinboxcrm.com, και η κύρια λειτουργία του είναι "CRM for your Shopify business in your email inbox.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        What if your customer's emails are slipping through the cracks in your inbox?

You know that unanswered, delayed or inaccurate responses turn happy customers into disgruntled and confused customers -- and those customers don't come back.

It seems like the only options are to spend more time in your inbox (and less time growing your business)... or learn a whole new customer support system and migrate all your customers to Desk, Zoho, BrightPearl or ZenDesk.

You know that customer support can use up less of your time if you had some kind of system in place…

"But which customer support system is right for me?"

What if you could keep on using what you already use, your email inbox, AND cut the time you spend on customer support in half -- starting tomorrow.

It's true, handling your customer support via email can result in a disheveled disaster… but you don't have to let it, and you don't have to spend days moving yourself and all your customers to a new system.

Supercharge your email inbox into a well-oiled customer support machine, with Email Inbox CRM.

Email Inbox CRM is a Chrome plugin that gives your email inbox CRM features. You get a dashboard in your email inbox that connects with your Shopify admin so you can look up customer information right your inbox -- how's that for productivity? Having all the customer's information, like order status and history, right in front of you means you will delight your customers with quick turnaround times and accurate responses.

Save your time and get back to growing your Shopify business.

Email Inbox CRM currently supports the following email inboxes:
Gmail
Google Apps hosted Email
Outlook.com
Yahoo.com                    

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

Όνομα Email Inbox CRM Email Inbox CRM
ID dnnkcfibgpcjfnmnhhcbpmhjmjdfnlfj
Επίσημο URL https://chrome.google.com/webstore/detail/email-inbox-crm/dnnkcfibgpcjfnmnhhcbpmhjmjdfnlfj
Περιγραφή CRM for your Shopify business in your email inbox.
Μέγεθος Αρχείου 52.87 KB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 0.6.3
Τελευταία Ενημέρωση 2014-06-25
Ημερομηνία Δημοσίευσης 2014-06-25
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://emailinboxcrm.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.emailinboxcrm.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.emailinboxcrm.com/support
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Inbox CRM",
    "description": "CRM for your Shopify business in your email inbox.",
    "version": "0.6.3",
    "permissions": [
        "https:\/\/www.emailinboxcrm.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js",
            "underscore-min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "icon2_38x38.png",
            "19": "icon2_19x19.png"
        }
    },
    "web_accessible_resources": [
        "ajax-loader.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery.serializejson.min.js",
                "underscore-min.js",
                "content.js"
            ]
        }
    ]
}