CCShip
For Shipping Company
Hvad er CCShip?
CCShip er en Chrome-udvidelse udviklet af https://constacloud.com, og dens hovedfunktion er "For Shipping Company".
Udvidelsesskærmbilleder
Download CCShip-udvidelses-CRX-fil
Download CCShip-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | CCShip |
ID | eembhgpgjjjponodnikeaignmelaelbe |
Officiel URL | https://chromewebstore.google.com/detail/ccship/eembhgpgjjjponodnikeaignmelaelbe |
Beskrivelse | For Shipping Company |
Filstørrelse | 1.06 MB |
Antal Installationer | 243 |
Nuværende Version | 2.1.2 |
Senest Opdateret | 2023-11-21 |
Udgivelsesdato | 2020-07-21 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | https://constacloud.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.constacloud.com/CCship/ |
Hjælpeside-URL | https://www.constacloud.com/CCship/ |
URL til Fortrolighedspolitik Side | https://constacloud.com/privacy-policy.html |
Understøttede Sprog | 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" } } |