Business Messenger

Easily manage contacting pages and people

What is Business Messenger?

Business Messenger is a Chrome extension developed by Rupert's Tools, and its main feature is "Easily manage contacting pages and people".

Extension Screenshots

screenshot

Download Business Messenger Extension CRX File

Download Business Messenger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Business Messenger Business Messenger
ID idgncpfoimfmfadndgpiecfcamkneejg
Official URL https://chromewebstore.google.com/detail/business-messenger/idgncpfoimfmfadndgpiecfcamkneejg
Description Easily manage contacting pages and people
File Size 114 KB
Installation Count 62
Current Version 1.6.1
Last Updated 2019-12-23
Publish Date 2019-12-23
Rating 5.00/5 Total 1 Ratings
Developer Rupert's Tools
Payment Type free
Privacy Policy Page URL https://www.rupertsamuel.com/pages/privacy-policy
Supported Languages 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
}