Shipup

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

Wat is Shipup?

Shipup is een Chrome-extensie ontwikkeld door Shipup Extension, en de belangrijkste functie is "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Shipup

Download Shipup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Shipup Shipup
ID phiihnjnimloeflaelhinlndbglbhjgp
Officiële URL https://chromewebstore.google.com/detail/shipup/phiihnjnimloeflaelhinlndbglbhjgp
Beschrijving The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM
Bestandsgrootte 529 KB
Aantal Installaties 732
Huidige Versie 1.6.13
Laatst Bijgewerkt 2024-02-22
Publicatiedatum 2021-10-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Shipup Extension
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.shipup.co/
URL van de Privacybeleid Pagina https://www.shipup.co/privacy-policy
Ondersteunde Talen 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*"
        ]
    }
}