Star Sender - Professional WB Extension

Best web extension to send messages, attachments and much more...

Star Sender - Professional WB Extension란 무엇입니까?

Star Sender - Professional WB Extension은(는) https://www.axetechnologies.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best web extension to send messages, attachments and much more..."입니다.

확장 프로그램 스크린샷

screenshot

Star Sender - Professional WB Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Looking for a reliable web extension to send messages, attachments, and more? Look no further than Star Sender. Take advantage of our lifetime offer of free basic features forever, and download Star Sender now!

Here are just a few of the features you can enjoy with Star Sender:

✅ Customization options to personalize your messages
✅ Convenient message-sending through Excel sheets
✅ Easy attachment adding for streamlined communication
✅ Downloadable delivery reports for peace of mind
✅ Exceptionally quick and responsive customer service for any questions or issues
✅ Scheduling options for efficient communication
✅ Quick reply options to speed up your customer service
✅ Real-time notifications to keep you on top of your messages
✅ No software installation necessary – just install the extension and get started!
✅ Highly user-friendly interface for effortless communication

So, what sets Star Sender apart from the rest?

👉 Basic features are free forever with no limitations on usage
👉 Simple and intuitive design for ease of use
👉 Affordable premium features to suit any budget
👉 More utility features available at a better price than the competition
👉 Live customer support available 24x7 to help you whenever you need it                    

확장 프로그램 기본 정보

이름 Star Sender - Professional WB Extension Star Sender - Professional WB Extension
ID aendbcjpnfpggjomcbokimebjmmjhnck
공식 URL https://chromewebstore.google.com/detail/star-sender-professional/aendbcjpnfpggjomcbokimebjmmjhnck
설명 Best web extension to send messages, attachments and much more...
파일 크기 2.06 MB
설치 횟수 50
현재 버전 5.0
최근 업데이트 2023-10-13
출시 날짜 2023-04-19
평점 5.00/5 총 8 개의 평점
개발자 https://www.axetechnologies.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://axetechnologies.in/
도움말 페이지 URL https://axetechnologies.in/
개인정보 보호 정책 페이지 URL https://axetechnologies.in/privacy-policy
지원되는 언어 id,en,en-US,es,pt-BR,hi
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star Sender - Professional WB Extension",
    "version": "5.0",
    "default_locale": "en",
    "description": "__MSG_Desc__",
    "icons": {
        "16": "logo\/small.png",
        "48": "logo\/medium.png",
        "128": "logo\/large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/data.js",
                "js\/translate.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/inject.js",
                "\/logo\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Star Sender"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "identity",
        "identity.email"
    ]
}