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 |
电子邮箱 | [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" } } |