Walution

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

什麼是Walution?

Walution是由Quicklution開發的Chrome擴展程式,該擴展的主要功能是“This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on”。

擴展截圖

screenshot
screenshot

下載Walution擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Walution Walution
ID gnkoofidpbkdoejdloidmbdefjpgpjdi
官方網址 https://chromewebstore.google.com/detail/walution/gnkoofidpbkdoejdloidmbdefjpgpjdi
簡介 This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on
檔案大小 42.15 KB
安裝次數 2,245
目前版本 1.6.2
更新時間 2023-08-25
上架時間 2022-12-20
評分 4.98/5 共 335 次評分
開發者 Quicklution
電子郵箱 [email protected]
付費類型 free
擴展官網 https://whatsapp-sender.quicklution.com/
說明頁面URL https://whatsapp-sender.quicklution.com/contact-us
隱私政策頁面URL https://www.quicklution.com/g-track
支援的語言 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"
            }
        ]
    }
}