Shipup

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

Shipupคืออะไร?

Shipup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shipup Extension และคุณลักษณะหลักของมันคือ "The Shipup extension instantly displays shipping information to your support team every time they open a ticket in their CRM"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shipup

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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*"
        ]
    }
}