Carsake Sms Hirise Subdealer

This software send sms to Hirise customer automatically.

Co je Carsake Sms Hirise Subdealer?

Carsake Sms Hirise Subdealer je rozšíření Chrome vyvinuté CarSake, a jeho hlavní funkcí je „This software send sms to Hirise customer automatically.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Carsake Sms Hirise Subdealer

Stáhněte si soubory rozšíření Carsake Sms Hirise Subdealer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Carsake Sms Hirise Subdealer Carsake Sms Hirise Subdealer
ID hommegijngbbnfenjiinmcaohaepfmjb
Oficiální URL https://chromewebstore.google.com/detail/carsake-sms-hirise-subdea/hommegijngbbnfenjiinmcaohaepfmjb
Popis This software send sms to Hirise customer automatically.
Velikost souboru 63.47 KB
Počet instalací 175
Aktuální Verze 6.4
Poslední Aktualizace 2019-12-17
Datum Vydání 2019-12-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář CarSake
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://carsake.com/carsake/home.html
URL Stránky Zásad Ochrany Soukromí http://carsake.com/carsake/privacy.html
Podporované Jazyky 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"
            ]
        }
    ]
}