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…
Messenger Connector | Messenger Toolkitとは何ですか?
Messenger Connector | Messenger Toolkitはautomaticsextensionによって開発されたChromeの拡張機能で、その主な機能は「Messenger Connector is a chrome extension that helps you to send bulk message to friends on Facebook. You can also use this…」です。
拡張機能のスクリーンショット
Messenger Connector | Messenger Toolkit拡張機能のCRXファイルをダウンロード
Messenger Connector | Messenger Toolkit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | lbkfekhldbhpmanjgbepioddcbpbcfbo |
| 公式URL | https://chromewebstore.google.com/detail/messenger-connector-messe/lbkfekhldbhpmanjgbepioddcbpbcfbo |
| 説明 | Messenger Connector is a chrome extension that helps you to send bulk message to friends on Facebook. You can also use this… |
| ファイルサイズ | 1.46 MB |
| インストール数 | 568 |
| 現在のバージョン | 1.1.13 |
| 最終更新日 | 2021-12-14 |
| 公開日 | 2021-03-18 |
| 評価 | 1.50/5 合計 4 レビュー |
| 開発者 | automaticsextension |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.offerlevels.com/messenger-connector |
| プライバシーポリシーページのURL | https://automatics.one/privacy |
| 対応言語 | 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'"
} | |