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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย automaticsextension และคุณลักษณะหลักของมันคือ "Messenger Connector is a chrome extension that helps you to send bulk message to friends on Facebook. You can also use this…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Messenger Connector | Messenger Toolkit
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Messenger Connector | Messenger Toolkit |
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 |
อีเมล | [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'" } |