Shipup

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

Hvad er Shipup?

Shipup er en Chrome-udvidelse udviklet af Shipup Extension, og dens hovedfunktion er "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Shipup-udvidelses-CRX-fil

Download Shipup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Shipup Shipup
ID phiihnjnimloeflaelhinlndbglbhjgp
Officiel URL https://chromewebstore.google.com/detail/shipup/phiihnjnimloeflaelhinlndbglbhjgp
Beskrivelse The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM
Filstørrelse 529 KB
Antal Installationer 732
Nuværende Version 1.6.13
Senest Opdateret 2024-02-22
Udgivelsesdato 2021-10-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Shipup Extension
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.shipup.co/
URL til Fortrolighedspolitik Side https://www.shipup.co/privacy-policy
Understøttede Sprog 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*"
        ]
    }
}