Messenger Connector | Messenger Toolkit
Messenger Connector is a chrome extension that helps you to send bulk message to friends on Facebook. You can also use this…
Co je Messenger Connector | Messenger Toolkit?
Messenger Connector | Messenger Toolkit je rozšíření Chrome vyvinuté automaticsextension, a jeho hlavní funkcí je „Messenger Connector is a chrome extension that helps you to send bulk message to friends on Facebook. You can also use this…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Messenger Connector | Messenger Toolkit
Stáhněte si soubory rozšíření Messenger Connector | Messenger Toolkit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        Messenger Connector is a chrome extension that helps you to send bulk message to friends on Facebook. You can also use this extension to send message to recently added friends. 
First you can create a campaign, then select the friends you need to send a message and set the delay, number of message you need to send per day and Messenger Connector will start working automatically everyday.                     Základní Informace o Rozšíření
| Název |   |  
| ID | lbkfekhldbhpmanjgbepioddcbpbcfbo | 
| Oficiální URL | https://chromewebstore.google.com/detail/messenger-connector-messe/lbkfekhldbhpmanjgbepioddcbpbcfbo | 
| Popis | Messenger Connector is a chrome extension that helps you to send bulk message to friends on Facebook. You can also use this… | 
| Velikost souboru | 1.46 MB | 
| Počet instalací | 568 | 
| Aktuální Verze | 1.1.13 | 
| Poslední Aktualizace | 2021-12-14 | 
| Datum Vydání | 2021-03-18 | 
| Hodnocení | 1.50/5 Celkem 4 Hodnocení | 
| Vývojář | automaticsextension | 
| [email protected] | |
| Typ Platby | free | 
| Webové stránky Rozšíření | https://www.offerlevels.com/messenger-connector | 
| URL Stránky Zásad Ochrany Soukromí | https://automatics.one/privacy | 
| Podporované Jazyky | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.13",
    "name": "Messenger Connector | Messenger Toolkit",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/business.facebook.com\/*"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "128.png",
        "32.png",
        "script.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}  |  |