Genius Birthday Posts

BIRTHDAY Marketing - keep leads hot and relationships fresh

Genius Birthday Posts란 무엇입니까?

Genius Birthday Posts은(는) edakehurst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BIRTHDAY Marketing - keep leads hot and relationships fresh"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Genius Birthday Posts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Reach out to social media contacts on their Birthday with special Posts, Messages, Images, deals, etc. Keep your contacts happy and thinking of you and your products and services.

Sends out FB posts to your contacts on their birthday, and also send them a private message in Messenger.

This is good for family and friends, and also for store owners and marketers who want their customers and clients to know they care and thing about them.

You can even add some small incentive with your message, such as a small discount usable only the week of their birthday. 

Top-of-mind marketing at it's best!

This is a fun way to keep in front of your target market.

Please note, this is a white labeled version of the Chrome Extension from Tier5 called "Birthday Wisher".                    

확장 프로그램 기본 정보

이름 Genius Birthday Posts Genius Birthday Posts
ID cbjhifphajilffhlebmcmmomcfmgjlli
공식 URL https://chromewebstore.google.com/detail/genius-birthday-posts/cbjhifphajilffhlebmcmmomcfmgjlli
설명 BIRTHDAY Marketing - keep leads hot and relationships fresh
파일 크기 1.39 MB
설치 횟수 1,754
현재 버전 3.1.49
최근 업데이트 2024-02-22
출시 날짜 2021-04-18
평점 5.00/5 총 3 개의 평점
개발자 edakehurst
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://edakehurst.kartra.com/page/GeniusBirthdayPosts
도움말 페이지 URL https://edakehurst.kartra.com/help/HelpDesk
개인정보 보호 정책 페이지 URL https://geniusposts.io/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Genius Birthday Posts",
    "version": "3.1.49",
    "description": "BIRTHDAY Marketing - keep leads hot and relationships fresh",
    "short_name": "GBP",
    "action": {
        "default_title": "Genius Birthday Posts",
        "default_popup": "login.html"
    },
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Birthday_Posts-1618412847074-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Birthday_Posts-1618412847412-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Birthday_Posts-1618412847462-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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}