METJET Free Bulk Messaging

METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.

什麼是METJET Free Bulk Messaging?

METJET Free Bulk Messaging是由https://metjetsac.com開發的Chrome擴展程式,該擴展的主要功能是“METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載METJET Free Bulk Messaging擴展crx文件

下載METJET Free Bulk Messaging擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Best Message Sending Extension.
Send customized messages and greetings Messages to your customers and Family Members.

Important Note:
Our extension features are not intended to mass message or spam the people. It is intended to send greetings, invitation and offer messages to family, friends and people you know, please use responsibly.                    

擴展基本資訊

名稱 METJET Free Bulk Messaging METJET Free Bulk Messaging
ID dmcnmfllnjedaghbpeijdblnnbjdnajb
官方網址 https://chromewebstore.google.com/detail/metjet-free-bulk-messagin/dmcnmfllnjedaghbpeijdblnnbjdnajb
簡介 METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.
檔案大小 3.96 MB
安裝次數 3,669
目前版本 3.1.29
更新時間 2023-11-14
上架時間 2022-05-11
評分 4.80/5 共 5 次評分
開發者 https://metjetsac.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 http://metjetsac.com/
隱私政策頁面URL http://metjetsac.com/Privacidad
支援的語言 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "METJET Free Bulk Messaging",
    "version": "3.1.29",
    "short_name": "METJET Free Bulk Messaging",
    "author": "metjetsac.com",
    "description": "METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bglib.js"
        ],
        "persistent": true
    },
    "permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "https:\/\/www.metjetsac.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "conlib.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/emojis\/angry.gif",
        "img\/emojis\/care.gif",
        "img\/emojis\/haha.gif",
        "img\/emojis\/like.gif",
        "img\/emojis\/love.gif",
        "img\/emojis\/sad.gif",
        "img\/emojis\/wow.gif",
        "js\/mainlib.js",
        "css\/mainlib.css",
        "css\/tiptop.css",
        "locales\/en.json",
        "locales\/countries.json"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16-sq.png",
            "32": "\/images\/32-sq.png",
            "48": "\/images\/48-sq.png",
            "128": "\/images\/128-sq.png"
        }
    },
    "icons": {
        "16": "\/images\/16-sq.png",
        "32": "\/images\/32-sq.png",
        "48": "\/images\/48-sq.png",
        "128": "\/images\/128-sq.png"
    }
}