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文件

下載Star Sender - Professional WB Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}