CCShip
For Shipping Company
CCShip क्या है?
CCShip https://constacloud.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For Shipping Company"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CCShip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |