Carsake Sms Hirise Subdealer

This software send sms to Hirise customer automatically.

Carsake Sms Hirise Subdealer là gì?

Carsake Sms Hirise Subdealer là một tiện ích mở rộng Chrome được phát triển bởi CarSake, và tính năng chính của nó là "This software send sms to Hirise customer automatically.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Carsake Sms Hirise Subdealer

Tải xuống các tệp mở rộng Carsake Sms Hirise Subdealer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Carsake Sms Hirise Subdealer Carsake Sms Hirise Subdealer
ID hommegijngbbnfenjiinmcaohaepfmjb
URL Chính Thức https://chromewebstore.google.com/detail/carsake-sms-hirise-subdea/hommegijngbbnfenjiinmcaohaepfmjb
Mô tả This software send sms to Hirise customer automatically.
Kích Thước Tệp 63.47 KB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 6.4
Cập Nhật Lần Cuối 2019-12-17
Ngày Phát Hành 2019-12-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển CarSake
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://carsake.com/carsake/home.html
URL Trang Chính Sách Bảo Mật http://carsake.com/carsake/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}