METJET - Export contact free and fast

Export the contact information you need according to the way you want.

METJET - Export contact free and fast là gì?

METJET - Export contact free and fast là một tiện ích mở rộng Chrome được phát triển bởi https://metjetsac.com, và tính năng chính của nó là "Export the contact information you need according to the way you want.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng METJET - Export contact free and fast

Tải xuống các tệp mở rộng METJET - Export contact free and fast 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

                        Export the contact information you need according to the way you want.
Export unknown numbers from What
Characteristics
- Export by groups
- Export unsaved contacts
- Export all manually saved contacts
Mas infromacion por nuestro https://metjetsac.com
WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. METJET is an independent project and has no relationship to WhatsApp or WhatsApp Inc.                    

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

Tên METJET - Export contact free and fast METJET - Export contact free and fast
ID bcfabgdlikhbaifbdcgjncjoohlkembc
URL Chính Thức https://chromewebstore.google.com/detail/metjet-export-contact-fre/bcfabgdlikhbaifbdcgjncjoohlkembc
Mô tả Export the contact information you need according to the way you want.
Kích Thước Tệp 1.37 MB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-04-22
Ngày Phát Hành 2023-04-20
Nhà Phát Triển https://metjetsac.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://metjetsac.com
URL Trang Chính Sách Bảo Mật http://metjetsac.com/Privacidad
Ngôn Ngữ Được Hỗ Trợ id,en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,hi,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.3",
    "homepage_url": "https:\/\/metjetsac.com\/",
    "description": "Export the contact information you need according to the way you want.",
    "default_locale": "es",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.whatsapp.com\/*",
        "https:\/\/metjetsac.com\/"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "inject\/content-script.js",
                "js\/redirect-link.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Group Exporter- Group download",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject\/inject.js",
                "pic\/crm-commend.png",
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}