CCShip
For Shipping Company
CCShip란 무엇입니까?
CCShip은(는) https://constacloud.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For Shipping Company"입니다.
확장 프로그램 스크린샷
CCShip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |