Business Messenger

Easily manage contacting pages and people

Wat is Business Messenger?

Business Messenger is een Chrome-extensie ontwikkeld door Rupert's Tools, en de belangrijkste functie is "Easily manage contacting pages and people".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Business Messenger

Download Business Messenger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Business Messenger Business Messenger
ID idgncpfoimfmfadndgpiecfcamkneejg
Officiële URL https://chromewebstore.google.com/detail/business-messenger/idgncpfoimfmfadndgpiecfcamkneejg
Beschrijving Easily manage contacting pages and people
Bestandsgrootte 114 KB
Aantal Installaties 62
Huidige Versie 1.6.1
Laatst Bijgewerkt 2019-12-23
Publicatiedatum 2019-12-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rupert's Tools
Betalingswijze free
URL van de Privacybeleid Pagina https://www.rupertsamuel.com/pages/privacy-policy
Ondersteunde Talen 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
}