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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}