CCShip

For Shipping Company

Что такое CCShip?

CCShip - это расширение Chrome, разработанное https://constacloud.com, и его основная функция - "For Shipping Company".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CCShip

Скачайте файлы расширений 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 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"
    }
}