METJET - Export contact free and fast
Export the contact information you need according to the way you want.
Что такое METJET - Export contact free and fast?
METJET - Export contact free and fast - это расширение Chrome, разработанное https://metjetsac.com, и его основная функция - "Export the contact information you need according to the way you want.".
Снимки экрана расширения
Скачать файл CRX расширения METJET - Export contact free and fast
Скачайте файлы расширений METJET - Export contact free and fast в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | METJET - Export contact free and fast |
ID | bcfabgdlikhbaifbdcgjncjoohlkembc |
Официальный URL | https://chromewebstore.google.com/detail/metjet-export-contact-fre/bcfabgdlikhbaifbdcgjncjoohlkembc |
Описание | Export the contact information you need according to the way you want. |
Размер файла | 1.37 MB |
Количество установок | 53 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2023-04-22 |
Дата публикации | 2023-04-20 |
Разработчик | https://metjetsac.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://metjetsac.com |
URL страницы политики конфиденциальности | http://metjetsac.com/Privacidad |
Поддерживаемые языки | 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:\/\/*\/*" ] } ] } |