CCShip
For Shipping Company
Wat is CCShip?
CCShip is een Chrome-extensie ontwikkeld door https://constacloud.com, en de belangrijkste functie is "For Shipping Company".
Extensie Screenshots
Download het CRX-bestand van de extensie CCShip
Download CCShip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CCShip |
ID | eembhgpgjjjponodnikeaignmelaelbe |
Officiële URL | https://chromewebstore.google.com/detail/ccship/eembhgpgjjjponodnikeaignmelaelbe |
Beschrijving | For Shipping Company |
Bestandsgrootte | 1.06 MB |
Aantal Installaties | 243 |
Huidige Versie | 2.1.2 |
Laatst Bijgewerkt | 2023-11-21 |
Publicatiedatum | 2020-07-21 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://constacloud.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.constacloud.com/CCship/ |
Help Pagina-URL | https://www.constacloud.com/CCship/ |
URL van de Privacybeleid Pagina | https://constacloud.com/privacy-policy.html |
Ondersteunde Talen | 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" } } |