Carsake Sms Hirise Subdealer

This software send sms to Hirise customer automatically.

Apa itu Carsake Sms Hirise Subdealer?

Carsake Sms Hirise Subdealer adalah ekstensi Chrome yang dikembangkan oleh CarSake, dan fitur utamanya adalah "This software send sms to Hirise customer automatically.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Carsake Sms Hirise Subdealer

Unduh file ekstensi Carsake Sms Hirise Subdealer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Carsake Sms Hirise Subdealer Carsake Sms Hirise Subdealer
ID hommegijngbbnfenjiinmcaohaepfmjb
URL Resmi https://chromewebstore.google.com/detail/carsake-sms-hirise-subdea/hommegijngbbnfenjiinmcaohaepfmjb
Deskripsi This software send sms to Hirise customer automatically.
Ukuran File 63.47 KB
Jumlah Instalasi 175
Versi Saat Ini 6.4
Terakhir Diperbarui 2019-12-17
Tanggal Publikasi 2019-12-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang CarSake
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://carsake.com/carsake/home.html
URL Halaman Kebijakan Privasi http://carsake.com/carsake/privacy.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}