Business Messenger

Easily manage contacting pages and people

什麼是Business Messenger?

Business Messenger是由Rupert's Tools開發的Chrome擴展程式,該擴展的主要功能是“Easily manage contacting pages and people”。

擴展截圖

screenshot

下載Business Messenger擴展crx文件

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

擴展使用說明

                        Easily manage contacting pages and people with customised formulated messages, phrases and emojis. You can also make the messages personal with names! Just compose your messages, gather a list of friends you want to message set the timers and start!                    

擴展基本資訊

名稱 Business Messenger Business Messenger
ID idgncpfoimfmfadndgpiecfcamkneejg
官方網址 https://chromewebstore.google.com/detail/business-messenger/idgncpfoimfmfadndgpiecfcamkneejg
簡介 Easily manage contacting pages and people
檔案大小 114 KB
安裝次數 62
目前版本 1.6.1
更新時間 2019-12-23
上架時間 2019-12-23
評分 5.00/5 共 1 次評分
開發者 Rupert's Tools
付費類型 free
隱私政策頁面URL https://www.rupertsamuel.com/pages/privacy-policy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Business Messenger",
    "version": "1.6.1",
    "description": "Easily manage contacting pages and people",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/eumetric.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.js",
            "background.js",
            "licencing.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/6.png"
        }
    },
    "icons": {
        "128": "images\/6.png"
    },
    "manifest_version": 2
}