CCShip

For Shipping Company

What is CCShip?

CCShip is a Chrome extension developed by https://constacloud.com, and its main feature is "For Shipping Company".

Extension Screenshots

screenshot

Download CCShip Extension CRX File

Download CCShip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CCShip CCShip
ID eembhgpgjjjponodnikeaignmelaelbe
Official URL https://chromewebstore.google.com/detail/ccship/eembhgpgjjjponodnikeaignmelaelbe
Description For Shipping Company
File Size 1.06 MB
Installation Count 243
Current Version 2.1.2
Last Updated 2023-11-21
Publish Date 2020-07-21
Rating 5.00/5 Total 7 Ratings
Developer https://constacloud.com
Email [email protected]
Payment Type free
Extension Website https://www.constacloud.com/CCship/
Help Page URL https://www.constacloud.com/CCship/
Privacy Policy Page URL https://constacloud.com/privacy-policy.html
Supported Languages 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"
    }
}