Birthday Connector
Send Automated Birthday messages on Social Media to get more engagement and conversations
Birthday Connector là gì?
Birthday Connector là một tiện ích mở rộng Chrome được phát triển bởi https://themarketingtools.io, và tính năng chính của nó là "Send Automated Birthday messages on Social Media to get more engagement and conversations".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Birthday Connector
Tải xuống các tệp mở rộng Birthday Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Connect and start a new conversation with your FB friends on their most important day and wish them a Happy Birthday. With Birthday Connector you can automate wishing your friends on their birthday but also can send them message up to 7 days before and up to 7 days after their birthday as well. This is a great tool for Re-connecting and starting a new conversation with your friends and automate the whole process. Make them feel special and remembered by connecting with them automagically.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Birthday Connector |
ID | cjoagoehidakgegdonilnmccaemfcbck |
URL Chính Thức | https://chromewebstore.google.com/detail/birthday-connector/cjoagoehidakgegdonilnmccaemfcbck |
Mô tả | Send Automated Birthday messages on Social Media to get more engagement and conversations |
Kích Thước Tệp | 1.83 MB |
Số Lần Cài Đặt | 339 |
Phiên Bản Hiện Tại | 3.1.47 |
Cập Nhật Lần Cuối | 2024-02-15 |
Ngày Phát Hành | 2022-08-02 |
Nhà Phát Triển | https://themarketingtools.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://birthdayconnector.com |
URL Trang Trợ Giúp | https://support.birthdayconnector.com |
URL Trang Chính Sách Bảo Mật | https://themarketingtools.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Birthday Connector", "version": "3.1.47", "description": "Send Automated Birthday messages on Social Media to get more engagement and conversations", "short_name": "BC", "action": { "default_title": "Birthday Connector", "default_popup": "login.html" }, "icons": { "16": "images\/60b4b8bbcf079d01363fbeb8-Birthday_Connector-1647399026829-small_icon.png", "48": "images\/60b4b8bbcf079d01363fbeb8-Birthday_Connector-1647399187214-medium_icon.png", "128": "images\/60b4b8bbcf079d01363fbeb8-Birthday_Connector-1647398613453-large_icon.png" }, "permissions": [ "storage", "alarms", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/api.birthdaywisher.io\/*", "https:\/\/upload.facebook.com\/", "https:\/\/www.facebook.com\/*", "https:\/\/web.facebook.com\/*", "https:\/\/m.facebook.com\/*", "https:\/\/mbasic.facebook.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "background": { "service_worker": "js\/serviceWorker.js" }, "web_accessible_resources": [ { "resources": [ "lib\/jquery.min.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |