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"
    }
}