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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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*"
        ]
    }
}