ShopBase Helpdesk Connect

Seamlessly access customer and order information from your ShopBase store when handling buyer ticket

ShopBase Helpdesk Connect क्या है?

ShopBase Helpdesk Connect ShopBase द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Seamlessly access customer and order information from your ShopBase store when handling buyer ticket"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ShopBase Helpdesk Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This powerful tool is designed to streamline your customer support tasks and enhance your efficiency in handling buyer inquiries. With our extension, you can seamlessly access customer and order information from your ShopBase stores while working on various help desk platforms like Freshdesk, Zendesk, Tidio, Gorgias, and Crisp.
- When handling a ticket, the extension will automatically detect the customer email. However, if you need to search for information related to a different email, you can easily input it into search field.
- Enjoy the convenience of viewing a comprehensive list of contacts and orders related to the customer's email. Say goodbye to manual searches and platform switching – everything you need is right here!
- Gain valuable insights into your customer base with detailed contact information. ShopBase Helpdesk Connect provides a complete overview, empowering you to offer personalized and exceptional support.
- Get all the order information you need instantly. With ShopBase Helpdesk Connect, you can view order details, track statuses, and ensure a smooth buying experience for your customers.
No more switching between systems or wasting time searching for orders and customer details manually. Our extension simplifies the process and allows you to focus on delivering top-notch support to your valued customers                    

एक्सटेंशन की मूल जानकारी

नाम ShopBase Helpdesk Connect ShopBase Helpdesk Connect
ID jpgoilgnaajpddhpodmianfjdcbbilib
आधिकारिक URL https://chromewebstore.google.com/detail/shopbase-helpdesk-connect/jpgoilgnaajpddhpodmianfjdcbbilib
विवरण Seamlessly access customer and order information from your ShopBase store when handling buyer ticket
फ़ाइल का आकार 919 KB
स्थापना संख्या 163
वर्तमान संस्करण 0.0.11
अंतिम अपडेट 2024-02-26
प्रकाशन तिथि 2023-10-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ShopBase
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://apps.shopbase.com/helpdesk-connect
सहायता पृष्ठ URL https://apps.shopbase.com/helpdesk-connect
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShopBase Helpdesk Connect",
    "description": "Seamlessly access customer and order information from your ShopBase store when handling buyer ticket",
    "version": "0.0.11",
    "host_permissions": [
        "*:\/\/*.myshopbase.net\/",
        "*:\/\/*.onshopbase.com\/",
        "https:\/\/*.freshdesk.com\/*",
        "https:\/\/support.beeketing.com\/*",
        "https:\/\/app.crisp.chat\/*",
        "https:\/\/www.tidio.com\/*",
        "https:\/\/*.gorgias.com\/*",
        "https:\/\/*.zendesk.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "declarativeNetRequest"
    ],
    "options_ui": {
        "page": "option.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.freshdesk.com\/*",
                "https:\/\/support.beeketing.com\/*",
                "https:\/\/www.rapidtables.com\/*",
                "https:\/\/app.crisp.chat\/*",
                "https:\/\/www.tidio.com\/*",
                "https:\/\/*.gorgias.com\/*",
                "https:\/\/*.zendesk.com\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "css": [
                "\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myshopbase.net\/*",
                "https:\/\/*.onshopbase.com\/*"
            ],
            "js": [
                "\/login.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*.svg",
                "\/images\/*.png"
            ],
            "matches": [
                "https:\/\/*.freshdesk.com\/*",
                "https:\/\/support.beeketing.com\/*",
                "https:\/\/app.crisp.chat\/*",
                "https:\/\/www.tidio.com\/*",
                "https:\/\/*.gorgias.com\/*",
                "https:\/\/*.zendesk.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "\/images\/logo48.png"
    }
}