WhatsApp Manager & Google Sheets

Allow Wa-Manager CRM to become your ultimate ally in driving WhatsApp marketing and enhancing WhatsApp sales with spreadsheets.

WhatsApp Manager & Google Sheets là gì?

WhatsApp Manager & Google Sheets là một tiện ích mở rộng Chrome được phát triển bởi https://kevinlr.com, và tính năng chính của nó là "Allow Wa-Manager CRM to become your ultimate ally in driving WhatsApp marketing and enhancing WhatsApp sales with spreadsheets.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatsApp Manager & Google Sheets

Tải xuống các tệp mở rộng WhatsApp Manager & Google Sheets 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

                        🌟 Make your WhatsApp your ultimate ally with CRM Manager! 🌟

📲 Prioritize and organize your WhatsApp chats with ease! Never lose track with clients, colleagues, or friends.

✨ Key Features:

Efficient Chat Management: Organize your conversations with custom labels for easy one-click access.

Intelligent Automation: Automatically respond with images, audios, videos!

Message Scheduling: Send messages at specific dates and times, perfect for follow-ups or scheduled communications.

Google Sheets Integration: Paste any spreadsheet ID to be a source to view from or edit to and to make automatic responses for specific column variables (the spreadsheet needs to be in a public more).

Full Integration with WhatsApp: Chat without saving numbers, ideal for temporary or new contacts!

CRM Manager - All in One: Unify client management, workflows, reminders, and more directly within WhatsApp.

Enhanced Privacy: Your messages are end-to-end encrypted, ensuring maximum privacy and compliance with WhatsApp policies.                    

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

Tên WhatsApp Manager & Google Sheets WhatsApp Manager & Google Sheets
ID fmjbgkhfnknaelmphaahofjhpnpbjkcl
URL Chính Thức https://chromewebstore.google.com/detail/whatsapp-manager-google-s/fmjbgkhfnknaelmphaahofjhpnpbjkcl
Mô tả Allow Wa-Manager CRM to become your ultimate ally in driving WhatsApp marketing and enhancing WhatsApp sales with spreadsheets.
Kích Thước Tệp 4.54 MB
Số Lần Cài Đặt 479
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-12-03
Đánh Giá 4.92/5 Tổng số 51 Đánh Giá
Nhà Phát Triển https://kevinlr.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kevinlr.com
URL Trang Trợ Giúp https://kevinlr.com/soporte
URL Trang Chính Sách Bảo Mật https://kevinlr.com/politica-de-privacidad
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allow Wa-Manager CRM to become your ultimate ally in driving WhatsApp marketing and enhancing WhatsApp sales with spreadsheets.",
    "version": "1.1.7",
    "manifest_version": 3,
    "name": "WhatsApp Manager & Google Sheets",
    "short_name": "WhatsApp Manager & Google Sheets",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.whatsapp.com\/*"
    ],
    "action": {
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "content.styles.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-48.png",
                "icon-16.png",
                "icon-34.png",
                "images\/*",
                "inject.styles.css",
                "injectScript.js",
                "images\/fondo.png",
                "\/images\/logo.png",
                "style.css",
                "wppconnect-wa.js",
                "getjs.js",
                "getcss.css"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ]
}