Birthday Basher
LEVERAGE your friends birthday to get leads and sales with just a click!!!
Birthday Basher란 무엇입니까?
Birthday Basher은(는) https://leadsintoinbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LEVERAGE your friends birthday to get leads and sales with just a click!!!"입니다.
확장 프로그램 스크린샷
Birthday Basher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Birthday Basher is a chrome extension for Facebook that helps you to send automated wishes to all your friends who has their birthdays. It also allows you to send automated personal messages to everyone on their birthdays. Let's make their special day more special by wishing them or making them a special OFFER!!! use Birthday Basher today if you want to make your Facebook friends feel SPECIAL and REMEMBERED.
확장 프로그램 기본 정보
이름 | Birthday Basher |
ID | eofolfgolbhhmbblbahejnahpmalkhkk |
공식 URL | https://chromewebstore.google.com/detail/birthday-basher/eofolfgolbhhmbblbahejnahpmalkhkk |
설명 | LEVERAGE your friends birthday to get leads and sales with just a click!!! |
파일 크기 | 6.67 MB |
설치 횟수 | 69 |
현재 버전 | 1.0.14 |
최근 업데이트 | 2022-07-31 |
출시 날짜 | 2021-04-06 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://leadsintoinbox.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://leadsintoinbox.com |
도움말 페이지 URL | https://m.me/728629334436142 |
개인정보 보호 정책 페이지 URL | https://buy.leadsintoinbox.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Birthday Basher", "version": "1.0.14", "description": "LEVERAGE your friends birthday to get leads and sales with just a click!!!", "short_name": "BB", "action": { "default_title": "Birthday Basher", "default_popup": "login.html" }, "icons": { "16": "images\/5f04c593005c1732f17db87f-Birthday_Basher-1617417394807-small_icon.png", "48": "images\/5f04c593005c1732f17db87f-Birthday_Basher-1617417394872-medium_icon.png", "128": "images\/5f04c593005c1732f17db87f-Birthday_Basher-1617417394960-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": [ "*:\/\/*\/*" ] } ] } |