Birthday Connector
Send Automated Birthday messages on Social Media to get more engagement and conversations
什麼是Birthday Connector?
Birthday Connector是由https://themarketingtools.io開發的Chrome擴展程式,該擴展的主要功能是“Send Automated Birthday messages on Social Media to get more engagement and conversations”。
擴展截圖
下載Birthday Connector擴展crx文件
下載Birthday Connector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | cjoagoehidakgegdonilnmccaemfcbck |
| 官方網址 | https://chromewebstore.google.com/detail/birthday-connector/cjoagoehidakgegdonilnmccaemfcbck |
| 簡介 | Send Automated Birthday messages on Social Media to get more engagement and conversations |
| 檔案大小 | 1.83 MB |
| 安裝次數 | 339 |
| 目前版本 | 3.1.47 |
| 更新時間 | 2024-02-15 |
| 上架時間 | 2022-08-02 |
| 開發者 | https://themarketingtools.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://birthdayconnector.com |
| 說明頁面URL | https://support.birthdayconnector.com |
| 隱私政策頁面URL | https://themarketingtools.io/privacy |
| 支援的語言 | 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": [
"*:\/\/*\/*"
]
}
]
} | |