Master Save Contacts

Salve todos os contatos do seu WhatsApp de forma 100% Automática!

Master Save Contacts là gì?

Master Save Contacts là một tiện ích mở rộng Chrome được phát triển bởi mastersavecontacts, và tính năng chính của nó là "Salve todos os contatos do seu WhatsApp de forma 100% Automática!".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Salve os contatos dos seus clientes no WhatsApp de forma 100% Automática, faça duas listas de transmissões terem mais entregas, ganha mais visualizações nos seus Status e Venda Mais!

Agora com uma MEGA NOVIDADE!
Você conseguirá salvar os contatos com os nomes dos seus clientes e poderá também DISPARAR MENSAGENS para todos eles automaticamente com alguns cliques!

APROVEITE!!!                    

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

Tên Master Save Contacts Master Save Contacts
ID clbdkbpkgibnbchgmcmncnddecambgnj
URL Chính Thức https://chromewebstore.google.com/detail/master-save-contacts/clbdkbpkgibnbchgmcmncnddecambgnj
Mô tả Salve todos os contatos do seu WhatsApp de forma 100% Automática!
Kích Thước Tệp 138 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-02-17
Ngày Phát Hành 2022-10-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mastersavecontacts
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://app.foodclub.com.br/politicas-de-privacidade
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Master Save Contacts",
    "description": "Salve todos os contatos do seu WhatsApp de forma 100% Autom\u00e1tica!",
    "version": "1.5",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "24": "icons\/icon_24.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "72": "icons\/icon_72.png",
            "96": "icons\/icon_96.png",
            "128": "icons\/icon_128.png",
            "256": "icons\/icon_256.png"
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "24": "icons\/icon_24.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "72": "icons\/icon_72.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/index.css",
                "css\/main.css",
                "css\/save.css"
            ],
            "js": [
                "js\/index.js",
                "js\/main.js",
                "js\/save.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "clipboardRead",
        "clipboardWrite"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+O",
                "mac": "Command+O",
                "chromeos": "Ctrl+O",
                "linux": "Ctrl+O"
            }
        }
    }
}