Shipup

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

什麼是Shipup?

Shipup是由Shipup Extension開發的Chrome擴展程式,該擴展的主要功能是“The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM”。

擴展截圖

screenshot
screenshot

下載Shipup擴展crx文件

下載Shipup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Shipup Shipup
ID phiihnjnimloeflaelhinlndbglbhjgp
官方網址 https://chromewebstore.google.com/detail/shipup/phiihnjnimloeflaelhinlndbglbhjgp
簡介 The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM
檔案大小 529 KB
安裝次數 732
目前版本 1.6.13
更新時間 2024-02-22
上架時間 2021-10-23
評分 5.00/5 共 1 次評分
開發者 Shipup Extension
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.shipup.co/
隱私政策頁面URL https://www.shipup.co/privacy-policy
支援的語言 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*"
        ]
    }
}