CCShip

For Shipping Company

CCShipคืออะไร?

CCShip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://constacloud.com และคุณลักษณะหลักของมันคือ "For Shipping Company"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย CCShip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CCShip CCShip
ID eembhgpgjjjponodnikeaignmelaelbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ccship/eembhgpgjjjponodnikeaignmelaelbe
คำอธิบาย For Shipping Company
ขนาดไฟล์ 1.06 MB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2023-11-21
วันที่เผยแพร่ 2020-07-21
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://constacloud.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.constacloud.com/CCship/
URL หน้าช่วยเหลือ https://www.constacloud.com/CCship/
URL หน้านโยบายความเป็นส่วนตัว https://constacloud.com/privacy-policy.html
ภาษาที่รองรับ 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"
    }
}