Birthday Greeter

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

Что такое Birthday Greeter?

Birthday Greeter - это расширение Chrome, разработанное https://automationmarketingsoftware.com, и его основная функция - "Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.".

Снимки экрана расширения

Скачать файл CRX расширения Birthday Greeter

Скачайте файлы расширений Birthday Greeter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Birthday Greeter Birthday Greeter
ID gioailkonledhfbamogmcfobnefgpodg
Официальный URL https://chromewebstore.google.com/detail/birthday-greeter/gioailkonledhfbamogmcfobnefgpodg
Описание Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.
Размер файла 1.45 MB
Количество установок 202
Текущая Версия 11.01.45
Последнее Обновление 2023-12-29
Дата публикации 2021-11-14
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://automationmarketingsoftware.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://AutomationMarketingSoftware.com
URL страницы помощи https://ebfn.net/bg
URL страницы политики конфиденциальности https://www.automationmarketingsoftware.com/privacy-policy
Поддерживаемые языки 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}