Carsake Sms Hirise Subdealer

This software send sms to Hirise customer automatically.

什麼是Carsake Sms Hirise Subdealer?

Carsake Sms Hirise Subdealer是由CarSake開發的Chrome擴展程式,該擴展的主要功能是“This software send sms to Hirise customer automatically.”。

擴展截圖

screenshot
screenshot
screenshot

下載Carsake Sms Hirise Subdealer擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}