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?

WhatsApp Manager & Google Sheets是由https://kevinlr.com开发的Chrome扩展程序,该扩展的主要功能是“Allow Wa-Manager CRM to become your ultimate ally in driving WhatsApp marketing and enhancing WhatsApp sales with spreadsheets.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载WhatsApp Manager & Google Sheets扩展crx文件

下载WhatsApp Manager & Google Sheets扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🌟 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.                    

扩展基本信息

名称 WhatsApp Manager & Google Sheets WhatsApp Manager & Google Sheets
ID fmjbgkhfnknaelmphaahofjhpnpbjkcl
官方URL https://chromewebstore.google.com/detail/whatsapp-manager-google-s/fmjbgkhfnknaelmphaahofjhpnpbjkcl
简介 Allow Wa-Manager CRM to become your ultimate ally in driving WhatsApp marketing and enhancing WhatsApp sales with spreadsheets.
文件大小 4.54 MB
安装次数 479
当前版本 1.1.7
更新时间 2024-03-02
上架时间 2023-12-03
评分 4.92/5 共51次评分
开发者 https://kevinlr.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kevinlr.com
帮助页面URL https://kevinlr.com/soporte
隐私政策页面URL https://kevinlr.com/politica-de-privacidad
支持的语言 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\/*"
            ]
        }
    ]
}