CCShip

For Shipping Company

ما هو CCShip؟

CCShip هو إضافة Chrome تم تطويرها بواسطة https://constacloud.com، والميزة الرئيسية لها هي "For Shipping Company".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CCShip

قم بتنزيل ملفات الامتداد CCShip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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/
عنوان صفحة المساعدة https://www.constacloud.com/CCship/
عنوان صفحة سياسة الخصوصية 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"
    }
}