CCShip
For Shipping Company
Qu'est-ce que CCShip ?
CCShip est une extension Chrome développée par https://constacloud.com, et sa fonction principale est "For Shipping Company".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CCShip
Téléchargez les fichiers d'extension CCShip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CCShip |
ID | eembhgpgjjjponodnikeaignmelaelbe |
URL Officiel | https://chromewebstore.google.com/detail/ccship/eembhgpgjjjponodnikeaignmelaelbe |
Description | For Shipping Company |
Taille du Fichier | 1.06 MB |
Nombre d'Installations | 243 |
Version Actuelle | 2.1.2 |
Dernière Mise à Jour | 2023-11-21 |
Date de Publication | 2020-07-21 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | https://constacloud.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.constacloud.com/CCship/ |
URL de la Page d'Aide | https://www.constacloud.com/CCship/ |
URL de la Page de Politique de Confidentialité | https://constacloud.com/privacy-policy.html |
Langues Prises en Charge | 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" } } |