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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Birthday Connector |
ID | cjoagoehidakgegdonilnmccaemfcbck |
공식 URL | 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": [ "*:\/\/*\/*" ] } ] } |