CCShip

For Shipping Company

Cos'è CCShip?

CCShip è un'estensione di Chrome sviluppata da https://constacloud.com, e la sua funzione principale è "For Shipping Company".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CCShip

Scarica i file di estensione CCShip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CCShip CCShip
ID eembhgpgjjjponodnikeaignmelaelbe
URL Ufficiale https://chromewebstore.google.com/detail/ccship/eembhgpgjjjponodnikeaignmelaelbe
Descrizione For Shipping Company
Dimensione del File 1.06 MB
Conteggio Installazioni 243
Versione Corrente 2.1.2
Ultimo Aggiornamento 2023-11-21
Data di Pubblicazione 2020-07-21
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://constacloud.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.constacloud.com/CCship/
URL della Pagina di Aiuto https://www.constacloud.com/CCship/
URL della Pagina della Politica sulla Privacy https://constacloud.com/privacy-policy.html
Lingue Supportate 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"
    }
}