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
公式URL 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
}