Social Sender
This extension will send messages to businesses via multiple social sites, automatically.
Social Senderคืออะไร?
Social Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Social Sender และคุณลักษณะหลักของมันคือ "This extension will send messages to businesses via multiple social sites, automatically."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Sender
ดาวน์โหลดไฟล์ส่วนขยาย Social Sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Social Sender Chrome extension will allow you to message local businesses via multiple social media platforms automatically on a schedule.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bjcibhlfjplfokfbjncfcbldoofffcil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/social-sender/bjcibhlfjplfokfbjncfcbldoofffcil |
คำอธิบาย | This extension will send messages to businesses via multiple social sites, automatically. |
ขนาดไฟล์ | 17.78 MB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 0.8.4 |
อัปเดตครั้งล่าสุด | 2020-08-27 |
วันที่เผยแพร่ | 2020-03-10 |
ผู้พัฒนา | Social Sender |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.socialsender.cc |
URL หน้านโยบายความเป็นส่วนตัว | http://www.socialsender.cc/privacypolicy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Sender", "description": "This extension will send messages to businesses via multiple social sites, automatically.", "version": "0.8.4", "permissions": [ "https:\/\/*.facebook.com\/", "https:\/\/*.instagram.com\/", "https:\/\/*.linkedin.com\/", "https:\/\/*.socialsender.cc\/", "tabs", "debugger", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" } }, "background": { "scripts": [ "jquery-3.4.1.min.js", "background.js" ], "persistent": true } } |