CCShip
For Shipping Company
Co to jest CCShip?
CCShip to rozszerzenie Chrome opracowane przez https://constacloud.com, a jego główną funkcją jest „For Shipping Company”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CCShip
Pobierz pliki rozszerzeń CCShip w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CCShip |
ID | eembhgpgjjjponodnikeaignmelaelbe |
Oficjalny URL | https://chromewebstore.google.com/detail/ccship/eembhgpgjjjponodnikeaignmelaelbe |
Opis | For Shipping Company |
Rozmiar pliku | 1.06 MB |
Liczba instalacji | 243 |
Aktualna Wersja | 2.1.2 |
Ostatnia Aktualizacja | 2023-11-21 |
Data Publikacji | 2020-07-21 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | https://constacloud.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.constacloud.com/CCship/ |
Adres URL Strony Pomocy | https://www.constacloud.com/CCship/ |
Adres URL Strony Polityki Prywatności | https://constacloud.com/privacy-policy.html |
Obsługiwane Języki | 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" } } |