Shipup

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

What is Shipup?

Shipup is a Chrome extension developed by Shipup Extension, and its main feature is "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM".

Extension Screenshots

screenshot
screenshot

Download Shipup Extension CRX File

Download Shipup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Shipup Shipup
ID phiihnjnimloeflaelhinlndbglbhjgp
Official URL https://chromewebstore.google.com/detail/shipup/phiihnjnimloeflaelhinlndbglbhjgp
Description The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM
File Size 529 KB
Installation Count 732
Current Version 1.6.13
Last Updated 2024-02-22
Publish Date 2021-10-23
Rating 5.00/5 Total 1 Ratings
Developer Shipup Extension
Email [email protected]
Payment Type free
Extension Website https://www.shipup.co/
Privacy Policy Page URL https://www.shipup.co/privacy-policy
Supported Languages 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*"
        ]
    }
}