Shipup

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

O que é Shipup?

Shipup é uma extensão do Chrome desenvolvida por Shipup Extension, e sua principal característica é "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Shipup

Baixe arquivos de extensão Shipup no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Shipup Shipup
ID phiihnjnimloeflaelhinlndbglbhjgp
URL Oficial https://chromewebstore.google.com/detail/shipup/phiihnjnimloeflaelhinlndbglbhjgp
Descrição The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM
Tamanho do Arquivo 529 KB
Contagem de Instalações 732
Versão Atual 1.6.13
Última Atualização 2024-02-22
Data de Publicação 2021-10-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Shipup Extension
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.shipup.co/
URL da Página de Política de Privacidade https://www.shipup.co/privacy-policy
Idiomas Suportados 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*"
        ]
    }
}