Shipup

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

Was ist Shipup?

Shipup ist eine Chrome-Erweiterung, die von Shipup Extension entwickelt wurde, und ihr Hauptmerkmal ist "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM".

Erweiterungsscreenshots

screenshot
screenshot

Shipup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shipup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Shipup Shipup
ID phiihnjnimloeflaelhinlndbglbhjgp
Offizielle URL https://chromewebstore.google.com/detail/shipup/phiihnjnimloeflaelhinlndbglbhjgp
Beschreibung The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM
Dateigröße 529 KB
Installationsanzahl 732
Aktuelle Version 1.6.13
Letztes Update 2024-02-22
Veröffentlichungsdatum 2021-10-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Shipup Extension
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.shipup.co/
URL der Datenschutzrichtlinien-Seite https://www.shipup.co/privacy-policy
Unterstützte Sprachen 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*"
        ]
    }
}