Shipup

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

Qu'est-ce que Shipup ?

Shipup est une extension Chrome développée par Shipup Extension, et sa fonction principale est "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Shipup

Téléchargez les fichiers d'extension Shipup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Shipup Shipup
ID phiihnjnimloeflaelhinlndbglbhjgp
URL Officiel 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
Taille du Fichier 529 KB
Nombre d'Installations 732
Version Actuelle 1.6.13
Dernière Mise à Jour 2024-02-22
Date de Publication 2021-10-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur Shipup Extension
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.shipup.co/
URL de la Page de Politique de Confidentialité https://www.shipup.co/privacy-policy
Langues Prises en Charge 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*"
        ]
    }
}