Birthday Greeter

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

Birthday Greeterとは何ですか?

Birthday Greeterはhttps://automationmarketingsoftware.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically post on friends' birthdays to reconnect, generate leads, and make passive sales to forgotten contacts.」です。

拡張機能のスクリーンショット

Birthday Greeter拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}