CCShip

For Shipping Company

Was ist CCShip?

CCShip ist eine Chrome-Erweiterung, die von https://constacloud.com entwickelt wurde, und ihr Hauptmerkmal ist "For Shipping Company".

Erweiterungsscreenshots

screenshot

CCShip-Erweiterungs-CRX-Datei herunterladen

Laden Sie CCShip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CCShip CCShip
ID eembhgpgjjjponodnikeaignmelaelbe
Offizielle URL https://chromewebstore.google.com/detail/ccship/eembhgpgjjjponodnikeaignmelaelbe
Beschreibung For Shipping Company
Dateigröße 1.06 MB
Installationsanzahl 243
Aktuelle Version 2.1.2
Letztes Update 2023-11-21
Veröffentlichungsdatum 2020-07-21
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://constacloud.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.constacloud.com/CCship/
Hilfeseite URL https://www.constacloud.com/CCship/
URL der Datenschutzrichtlinien-Seite https://constacloud.com/privacy-policy.html
Unterstützte Sprachen 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"
    }
}