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 |
官方網址 | 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" } } |