Whatsapp Send

This extension allows to open a Whatsapp chat with any number

Whatsapp Send là gì?

Whatsapp Send là một tiện ích mở rộng Chrome được phát triển bởi orieleldar, và tính năng chính của nó là "This extension allows to open a Whatsapp chat with any number".

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

screenshot
screenshot
screenshot

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

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

                        · Includes option to highlight phone number, right-click and open a chat in a click.
· Includes option to insert numbers manually and open a chat.
· Identifies phone extension automatically based on location.
· Includes settings to define the desired platform (Web / App).
· Includes the option to insert a country code manually.                    

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

Tên Whatsapp Send Whatsapp Send
ID oeignolipcehbdagaajdndfpjaofeifk
URL Chính Thức https://chrome.google.com/webstore/detail/whatsapp-send/oeignolipcehbdagaajdndfpjaofeifk
Mô tả This extension allows to open a Whatsapp chat with any number
Kích Thước Tệp 917 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2021-11-26
Ngày Phát Hành 2020-07-02
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển orieleldar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Send",
    "description": "This extension allows to open a Whatsapp chat with any number",
    "version": "1.4.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-HFHL4MRtIhxhYTjBZZb\/JD7SakgWruQ1BzQTfowOV8M='; object-src 'self'"
}