CCShip
For Shipping Company
CCShipとは何ですか?
CCShipはhttps://constacloud.comによって開発されたChromeの拡張機能で、その主な機能は「For Shipping Company」です。
拡張機能のスクリーンショット
CCShip拡張機能のCRXファイルをダウンロード
CCShip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |