Carsake Sms Hirise Subdealer

This software send sms to Hirise customer automatically.

Carsake Sms Hirise Subdealer란 무엇입니까?

Carsake Sms Hirise Subdealer은(는) CarSake에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This software send sms to Hirise customer automatically."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Carsake Sms Hirise Subdealer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 URL 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"
            ]
        }
    ]
}