Shipup

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

Vad är Shipup?

Shipup är en Chrome-tillägg utvecklad av Shipup Extension, och dess huvudfunktion är "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Shipup-förlängningens CRX-fil

Ladda ner Shipup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Shipup Shipup
ID phiihnjnimloeflaelhinlndbglbhjgp
Officiell webbadress https://chromewebstore.google.com/detail/shipup/phiihnjnimloeflaelhinlndbglbhjgp
Beskrivning The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM
Filstorlek 529 KB
Antal Installationer 732
Aktuell Version 1.6.13
Senast Uppdaterad 2024-02-22
Publiceringsdatum 2021-10-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Shipup Extension
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.shipup.co/
URL till Sekretesspolicy Sidan https://www.shipup.co/privacy-policy
Stödda Språk 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*"
        ]
    }
}