Carsake Sms Hirise

This software send sms to Hirise customer automatically.

Vad är Carsake Sms Hirise?

Carsake Sms Hirise är en Chrome-tillägg utvecklad av https://carsake.blogspot.com, och dess huvudfunktion är "This software send sms to Hirise customer automatically.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Carsake Sms Hirise-förlängningens CRX-fil

Ladda ner Carsake Sms Hirise-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Carsake Sms Hirise Carsake Sms Hirise
ID gkkajhhddclibjgllkjgiebjnccdmckg
Officiell webbadress https://chromewebstore.google.com/detail/carsake-sms-hirise/gkkajhhddclibjgllkjgiebjnccdmckg
Beskrivning This software send sms to Hirise customer automatically.
Filstorlek 65.11 KB
Antal Installationer 922
Aktuell Version 12.8
Senast Uppdaterad 2022-08-23
Publiceringsdatum 2020-02-29
Betyg 4.92/5 Totalt 12 Betyg
Utvecklare https://carsake.blogspot.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://sms.carsake.com/
Hjälpsida URL http://carsake.com/carsake/privacy.html
URL till Sekretesspolicy Sidan http://carsake.com/carsake/privacy.html
Stödda Språk 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"
            ]
        }
    ]
}