Shipup

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

Shipup là gì?

Shipup là một tiện ích mở rộng Chrome được phát triển bởi Shipup Extension, và tính năng chính của nó là "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shipup

Tải xuống các tệp mở rộng Shipup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shipup Shipup
ID phiihnjnimloeflaelhinlndbglbhjgp
URL Chính Thức https://chromewebstore.google.com/detail/shipup/phiihnjnimloeflaelhinlndbglbhjgp
Mô tả The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM
Kích Thước Tệp 529 KB
Số Lần Cài Đặt 732
Phiên Bản Hiện Tại 1.6.13
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2021-10-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Shipup Extension
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.shipup.co/
URL Trang Chính Sách Bảo Mật https://www.shipup.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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*"
        ]
    }
}