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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            }
        ]
    }
}