Bday Wisher Automator
AUTOMATE Sending your friends bday wishes and free your time to do more important things, like getting more leads with a just click!
Bday Wisher Automator란 무엇입니까?
Bday Wisher Automator은(는) https://bdaywisher.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AUTOMATE Sending your friends bday wishes and free your time to do more important things, like getting more leads with a just click!"입니다.
확장 프로그램 스크린샷
Bday Wisher Automator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LEVERAGE your friends birthday to get leads and sales with just a click!!! Birthday Wisher is a chrome extension for Facebook that helps you to post automated birthday wishes to all your friends timelines on their birthdays. It also allows you to send automated personal messages to everyone of your friends on their birthdays. Let's make their special day more special by wishing them "Happy Birthday" or making them a special OFFER!!! Use Birthday Wisher to make your Facebook friends feel SPECIAL and REMEMBERED. Add the ability to schedule the time, so to not interfere with your work. Updates: Version 3.1.41 Fixed minor bugs Version 3.1.21 Fixed major FB update bugs Version 2.0.5 Fixed minor bugs Version 2.0.0 has minor bug fixes Version 2.0.2 Fixed minor bugs
확장 프로그램 기본 정보
이름 | Bday Wisher Automator |
ID | fpakdfjaelojkffelmeckfkfmdipjpbj |
공식 URL | https://chromewebstore.google.com/detail/bday-wisher-automator/fpakdfjaelojkffelmeckfkfmdipjpbj |
설명 | AUTOMATE Sending your friends bday wishes and free your time to do more important things, like getting more leads with a just click! |
파일 크기 | 1.5 MB |
설치 횟수 | 28 |
현재 버전 | 3.1.41 |
최근 업데이트 | 2023-10-25 |
출시 날짜 | 2021-05-11 |
개발자 | https://bdaywisher.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bdaywisher.com |
도움말 페이지 URL | https://jays.software/contact-us.html |
개인정보 보호 정책 페이지 URL | https://jays.software/privacy-policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bday Wisher Automator", "version": "3.1.41", "description": "AUTOMATE Sending your friends bday wishes and free your time to do more important things, like getting more leads with a just click!", "short_name": "BWA", "action": { "default_title": "Bday Wisher Automator", "default_popup": "login.html" }, "icons": { "16": "images\/5ef1f3815c216f41c42d7440-Birthday_Wisher_Automator-1626451054614-small_icon.png", "48": "images\/5ef1f3815c216f41c42d7440-Birthday_Wisher_Automator-1626451054872-medium_icon.png", "128": "images\/5ef1f3815c216f41c42d7440-Birthday_Wisher_Automator-1626451054968-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": [ "*:\/\/*\/*" ] } ] } |