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
官方網址 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
電子郵箱 [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}