Ultimate WhatsSender

Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.

Ultimate WhatsSender란 무엇입니까?

Ultimate WhatsSender은(는) https://kolors4u.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension."입니다.

확장 프로그램 스크린샷

Ultimate WhatsSender 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Send Bulk WhatsApp Messages to Any Contacts .

WhatsApp Accessibility and Automation Tool. 

Key Features

- Import numbers from CSV
- Enter numbers In text box
- Send Messages to selected numbers.
- Send Attachment with caption.
- Support {name} variable, so you can use dynamic values. Such as customer name
- Check Status of sent messages.
- Name customization in Message
- Send image, video, audio, file attachments

Disclaimer:
This Chrome plugin is not endorsed or certified WhatsApp Inc.
This is an unofficial enhancement tool for WhatsApp Web.                    

확장 프로그램 기본 정보

이름 Ultimate WhatsSender Ultimate WhatsSender
ID oelfjickfdbefinaaiihmllllpcojkfa
공식 URL https://chromewebstore.google.com/detail/ultimate-whatssender/oelfjickfdbefinaaiihmllllpcojkfa
설명 Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.
파일 크기 887 KB
설치 횟수 1,892
현재 버전 2020.08.01.1
최근 업데이트 2020-08-21
출시 날짜 2020-08-17
평점 4.70/5 총 10 개의 평점
개발자 https://kolors4u.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kolors4u.com/
도움말 페이지 URL https://conveys.in/
개인정보 보호 정책 페이지 URL https://conveys.in/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Devendra Sharma",
    "name": "Ultimate WhatsSender",
    "short_name": "Ultimate WhatsSender",
    "version": "2020.08.01.1",
    "description": "Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.",
    "icons": {
        "128": "\/assets\/icons\/icon128.png",
        "16": "\/assets\/icons\/icon16.png",
        "48": "\/assets\/icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/icons\/icon16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/main\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "\/src\/lib\/jquery.js",
                "\/src\/lib\/inside.js",
                "\/assets\/script\/bootstrap.min.js",
                "\/assets\/script\/material.min.js",
                "\/src\/lib\/popup.js"
            ],
            "css": [
                "\/assets\/style\/material.min.css",
                "\/assets\/style\/font-awesome\/css\/font-awesome.css",
                "\/assets\/style\/fonts\/roboto.font.css",
                "\/assets\/style\/bootstrap.min.css",
                "\/assets\/style\/popup.css"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.whatsapp.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "src\/*",
        "assets\/*"
    ]
}