Carsake Sms Hirise Subdealer

This software send sms to Hirise customer automatically.

Что такое Carsake Sms Hirise Subdealer?

Carsake Sms Hirise Subdealer - это расширение Chrome, разработанное CarSake, и его основная функция - "This software send sms to Hirise customer automatically.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Carsake Sms Hirise Subdealer

Скачайте файлы расширений Carsake Sms Hirise Subdealer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This sms software is developed by Carsake and it's worked automatically to send all type of SMS like... Enquiry, Vehicle Sales, Service Reminder, Jobcard Open/Close And Service invoice etc. You can see all report in our online panel & also u can send bulk sms from our online panel.                    

Основная информация о расширении

Название Carsake Sms Hirise Subdealer Carsake Sms Hirise Subdealer
ID hommegijngbbnfenjiinmcaohaepfmjb
Официальный URL https://chromewebstore.google.com/detail/carsake-sms-hirise-subdea/hommegijngbbnfenjiinmcaohaepfmjb
Описание This software send sms to Hirise customer automatically.
Размер файла 63.47 KB
Количество установок 175
Текущая Версия 6.4
Последнее Обновление 2019-12-17
Дата публикации 2019-12-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик CarSake
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://carsake.com/carsake/home.html
URL страницы политики конфиденциальности http://carsake.com/carsake/privacy.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Carsake Sms Hirise Subdealer",
    "short_name": "Carsake Sms Hirise Subdealer",
    "description": "This software send sms to Hirise customer automatically.",
    "version": "6.4",
    "page_action": {
        "default_icon": "icon32.png",
        "default_title": "Carsake Sms Hirise Subdealer",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery_108.js",
            "CarsakeBackrun.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon48.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery_108.js",
                "CarsakeMain.js"
            ]
        }
    ]
}