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
公式URL 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
Eメール [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*"
        ]
    }
}