Shipup

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

Cos'è Shipup?

Shipup è un'estensione di Chrome sviluppata da Shipup Extension, e la sua funzione principale è "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Shipup

Scarica i file di estensione Shipup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Shipup Shipup
ID phiihnjnimloeflaelhinlndbglbhjgp
URL Ufficiale https://chromewebstore.google.com/detail/shipup/phiihnjnimloeflaelhinlndbglbhjgp
Descrizione The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM
Dimensione del File 529 KB
Conteggio Installazioni 732
Versione Corrente 1.6.13
Ultimo Aggiornamento 2024-02-22
Data di Pubblicazione 2021-10-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Shipup Extension
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.shipup.co/
URL della Pagina della Politica sulla Privacy https://www.shipup.co/privacy-policy
Lingue Supportate 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*"
        ]
    }
}