CCShip

For Shipping Company

CCShip là gì?

CCShip là một tiện ích mở rộng Chrome được phát triển bởi https://constacloud.com, và tính năng chính của nó là "For Shipping Company".

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

screenshot

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

Tải xuống các tệp mở rộng CCShip 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

                        This integration acts as a bridge between different Shipment carrier platforms & different Order management platforms who doesn't support direct integrations between them.

a) Multiple Order Management Platforms are Supported
b) Multiple Carriers are Supported

Why Users should install it?

1. Generate label, tracking numbers of orders from right within Order Management Platforms interface.
2. It will help users to avoid manuals work.
3. Saves valuable time and resources.                    

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

Tên CCShip CCShip
ID eembhgpgjjjponodnikeaignmelaelbe
URL Chính Thức https://chromewebstore.google.com/detail/ccship/eembhgpgjjjponodnikeaignmelaelbe
Mô tả For Shipping Company
Kích Thước Tệp 1.06 MB
Số Lần Cài Đặt 243
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2020-07-21
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://constacloud.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.constacloud.com/CCship/
URL Trang Trợ Giúp https://www.constacloud.com/CCship/
URL Trang Chính Sách Bảo Mật https://constacloud.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CCShip",
    "description": "For Shipping Company",
    "version": "2.1.2",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "https:\/\/ccship.constacloud.com\/",
        "*:\/\/*.shipstation.com\/*\/*",
        "*:\/\/*.shipstation.com\/#\/orders\/*",
        "*:\/\/*.shipstation.com\/*",
        "*:\/\/shipping.shiphero.com\/orders\/*",
        "*:\/\/endeavour.shiphero.com\/orders\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.shipstation.com\/*\/*",
                "*:\/\/*.shipstation.com\/#\/orders\/*",
                "*:\/\/*.shipstation.com\/*",
                "*:\/\/shipping.shiphero.com\/orders\/*",
                "*:\/\/endeavour.shiphero.com\/orders\/*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/SweetAlert.js",
                ".\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/Ship128.png"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/Ship16.png",
        "48": "images\/Ship48.png",
        "128": "images\/Ship128.png"
    }
}