Shipup

The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM

Shipup क्या है?

Shipup Shipup Extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM"।

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

screenshot
screenshot

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

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

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

                        The Shipup chrome extension improves your agents productivity by displaying order details and delivery information related to your customers right next to your tickets.

The application queries your Shipup account to find customers' details, recent orders and their delivery data. Stop wasting time looking for a tracking number or visiting the shipping carrier's tracking page to know what happened with your customer's delivery.

N.B. The extension is available both in English and French. In order to access to the Shipup extension, you need to have a PRO or ENTERPRISE Shipup account.                    

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

नाम Shipup Shipup
ID phiihnjnimloeflaelhinlndbglbhjgp
आधिकारिक URL https://chromewebstore.google.com/detail/shipup/phiihnjnimloeflaelhinlndbglbhjgp
विवरण The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM
फ़ाइल का आकार 529 KB
स्थापना संख्या 732
वर्तमान संस्करण 1.6.13
अंतिम अपडेट 2024-02-22
प्रकाशन तिथि 2021-10-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Shipup Extension
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.shipup.co/
गोपनीयता नीति पृष्ठ URL https://www.shipup.co/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shipup",
    "version": "1.6.13",
    "description": "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM",
    "browser_action": {
        "default_title": "Shipup"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "96": "favicon-96x96.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "cookies",
        ""
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "web_accessible_resources": [
        "frame.html"
    ],
    "content_security_policy": "script-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/app.shipup.co\/loginextension*",
            "https:\/\/app.shipup.co\/loginsso*"
        ]
    }
}