Birthday Wisher

LEVERAGE your friends birthday to get leads and sales with just a click!!!

Birthday Wisherとは何ですか?

Birthday Wisherはhttps://birthdaywisher.ioによって開発されたChromeの拡張機能で、その主な機能は「LEVERAGE your friends birthday to get leads and sales with just a click!!!」です。

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

screenshot

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

Birthday Wisher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Birthday Wisher 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 Wisher today if you want to make your Facebook friends feel SPECIAL and REMEMBERED.                    

拡張機能の基本情報

名前 Birthday Wisher Birthday Wisher
ID ocacdocpfonfnnlciabolomhijkbbgie
公式URL https://chromewebstore.google.com/detail/birthday-wisher/ocacdocpfonfnnlciabolomhijkbbgie
説明 LEVERAGE your friends birthday to get leads and sales with just a click!!!
ファイルサイズ 1.47 MB
インストール数 2,499
現在のバージョン 3.0.37
最終更新日 2024-02-21
公開日 2020-12-31
評価 4.68/5 合計 38 レビュー
開発者 https://birthdaywisher.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.birthdaywisher.io/
ヘルプページのURL https://www.tier5.us/contact-us
プライバシーポリシーページのURL https://tier5.us/chrome_extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Birthday Wisher",
    "version": "3.0.37",
    "description": "LEVERAGE your friends birthday to get leads and sales with just a click!!!",
    "short_name": "BW",
    "action": {
        "default_title": "Birthday Wisher",
        "default_popup": "login.html"
    },
    "icons": {
        "16": "images\/1617289352586-smallLogo.png",
        "48": "images\/1617289352638-mediumLogo.png",
        "128": "images\/1617289352695-largeLogo.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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}