Birthday Greeter

Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.

Co to jest Birthday Greeter?

Birthday Greeter to rozszerzenie Chrome opracowane przez https://automationmarketingsoftware.com, a jego główną funkcją jest „Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Birthday Greeter

Pobierz pliki rozszerzeń Birthday Greeter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Birthday Greeter
-------------------------

Automatically post on friends' birthdays to...
* reconnect with
* generate leads of
* make passive sales from
... forgotten contacts.

Part of the Automation Marketing Software Suite.                    

Podstawowe informacje o rozszerzeniu

Nazwa Birthday Greeter Birthday Greeter
ID gioailkonledhfbamogmcfobnefgpodg
Oficjalny URL https://chromewebstore.google.com/detail/birthday-greeter/gioailkonledhfbamogmcfobnefgpodg
Opis Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.
Rozmiar pliku 1.45 MB
Liczba instalacji 202
Aktualna Wersja 11.01.45
Ostatnia Aktualizacja 2023-12-29
Data Publikacji 2021-11-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://automationmarketingsoftware.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://AutomationMarketingSoftware.com
Adres URL Strony Pomocy https://ebfn.net/bg
Adres URL Strony Polityki Prywatności https://www.automationmarketingsoftware.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Birthday Greeter",
    "version": "11.01.45",
    "description": "Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.",
    "short_name": "BG",
    "action": {
        "default_title": "Birthday Greeter",
        "default_popup": "login.html"
    },
    "icons": {
        "16": "images\/614a1c904f51ca7197bc4c51-Birthday_Greeter-1647614609071-small_icon.png",
        "48": "images\/614a1c904f51ca7197bc4c51-Birthday_Greeter-1647614609341-medium_icon.png",
        "128": "images\/614a1c904f51ca7197bc4c51-Birthday_Greeter-1647614609410-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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}