Star Sender - Professional WB Extension

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

Star Sender - Professional WB Extension là gì?

Star Sender - Professional WB Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.axetechnologies.in, và tính năng chính của nó là "Best web extension to send messages, attachments and much more...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Star Sender - Professional WB Extension

Tải xuống các tệp mở rộng Star Sender - Professional WB Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Star Sender - Professional WB Extension Star Sender - Professional WB Extension
ID aendbcjpnfpggjomcbokimebjmmjhnck
URL Chính Thức https://chromewebstore.google.com/detail/star-sender-professional/aendbcjpnfpggjomcbokimebjmmjhnck
Mô tả Best web extension to send messages, attachments and much more...
Kích Thước Tệp 2.06 MB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 5.0
Cập Nhật Lần Cuối 2023-10-13
Ngày Phát Hành 2023-04-19
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://www.axetechnologies.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://axetechnologies.in/
URL Trang Trợ Giúp https://axetechnologies.in/
URL Trang Chính Sách Bảo Mật https://axetechnologies.in/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}