Walution

This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on

Walution là gì?

Walution là một tiện ích mở rộng Chrome được phát triển bởi Quicklution, và tính năng chính của nó là "This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Walution

Tải xuống các tệp mở rộng Walution 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

                        Walution is an extensions which is required to integrate with Quicklution's API to send messages, images, videos and other files through WhatsApp.

It can also be integrated to send texts and documents through Quicklution's Google Sheet add-on:

https://workspace.google.com/marketplace/app/walution_send_personalized_whatsapp_mess/994589936585

✔️ No sign-up required. ✔️ Free and fast customer service. ✔️ Free from advertising or branding. 

WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. Walution is an independent project and has no relationship to WhatsApp Inc.                    

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

Tên Walution Walution
ID gnkoofidpbkdoejdloidmbdefjpgpjdi
URL Chính Thức https://chromewebstore.google.com/detail/walution/gnkoofidpbkdoejdloidmbdefjpgpjdi
Mô tả This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on
Kích Thước Tệp 42.15 KB
Số Lần Cài Đặt 2,245
Phiên Bản Hiện Tại 1.6.2
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2022-12-20
Đánh Giá 4.98/5 Tổng số 335 Đánh Giá
Nhà Phát Triển Quicklution
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://whatsapp-sender.quicklution.com/
URL Trang Trợ Giúp https://whatsapp-sender.quicklution.com/contact-us
URL Trang Chính Sách Bảo Mật https://www.quicklution.com/g-track
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Walution",
    "description": "This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on",
    "version": "1.6.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "app\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "app\/contentScript.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/pwmClient.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "identity",
        "identity.email"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "netRules",
                "enabled": true,
                "path": "netRules.json"
            }
        ]
    }
}