Birthday Wisher

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

ما هو Birthday Wisher؟

Birthday Wisher هو إضافة Chrome تم تطويرها بواسطة https://birthdaywisher.io، والميزة الرئيسية لها هي "LEVERAGE your friends birthday to get leads and sales with just a click!!!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Birthday Wisher

قم بتنزيل ملفات الامتداد Birthday Wisher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.birthdaywisher.io/
عنوان صفحة المساعدة https://www.tier5.us/contact-us
عنوان صفحة سياسة الخصوصية 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}