Carsake Sms Hirise

This software send sms to Hirise customer automatically.

Wat is Carsake Sms Hirise?

Carsake Sms Hirise is een Chrome-extensie ontwikkeld door https://carsake.blogspot.com, en de belangrijkste functie is "This software send sms to Hirise customer automatically.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Carsake Sms Hirise

Download Carsake Sms Hirise-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This sms software is developed by Carsake and it's worked automatically to send all type of SMS from Hirise 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.                    

Basisinformatie over de Extensie

Naam Carsake Sms Hirise Carsake Sms Hirise
ID gkkajhhddclibjgllkjgiebjnccdmckg
Officiële URL https://chromewebstore.google.com/detail/carsake-sms-hirise/gkkajhhddclibjgllkjgiebjnccdmckg
Beschrijving This software send sms to Hirise customer automatically.
Bestandsgrootte 65.11 KB
Aantal Installaties 922
Huidige Versie 12.8
Laatst Bijgewerkt 2022-08-23
Publicatiedatum 2020-02-29
Beoordeling 4.92/5 Totaal 12 Beoordelingen
Ontwikkelaar https://carsake.blogspot.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://sms.carsake.com/
Help Pagina-URL http://carsake.com/carsake/privacy.html
URL van de Privacybeleid Pagina http://carsake.com/carsake/privacy.html
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Carsake Sms Hirise",
    "short_name": "Carsake Sms Hirise",
    "description": "This software send sms to Hirise customer automatically.",
    "version": "12.8",
    "page_action": {
        "default_icon": "icon32.png",
        "default_title": "Carsake Sms Hirise",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery_3_5_1_min.js",
            "CarsakeBackrun.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon48.png"
    },
    "permissions": [
        "https:\/\/sms.cartel.guru\/*",
        "http:\/\/sms.cartel.guru\/*",
        "tabs",
        "notifications",
        "storage",
        "http:\/\/hirise.honda2wheelersindia.com\/*",
        "https:\/\/hirise.honda2wheelersindia.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/hirise.honda2wheelersindia.com\/*",
                "https:\/\/hirise.honda2wheelersindia.com\/*"
            ],
            "js": [
                "jquery_3_5_1_min.js",
                "CarsakeMain.js"
            ]
        }
    ]
}