Bday Wisher Automator

AUTOMATE Sending your friends bday wishes and free your time to do more important things, like getting more leads with a just click!

Bday Wisher Automatorคืออะไร?

Bday Wisher Automator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bdaywisher.com และคุณลักษณะหลักของมันคือ "AUTOMATE Sending your friends bday wishes and free your time to do more important things, like getting more leads with a just click!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bday Wisher Automator

ดาวน์โหลดไฟล์ส่วนขยาย Bday Wisher Automator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

Birthday Wisher is a chrome extension for Facebook that helps you to post automated birthday  wishes to all your friends timelines on their birthdays.

It also allows you to send automated personal messages to everyone of your friends on their birthdays.

 Let's make their special day more special by wishing them "Happy Birthday" or making them a special OFFER!!! 

Use Birthday Wisher to make your Facebook friends feel SPECIAL and REMEMBERED.

Add the ability to schedule the time, so to not interfere with your work.

Updates:
Version 3.1.41 Fixed minor bugs

Version 3.1.21 Fixed major FB update bugs

Version 2.0.5 Fixed minor bugs

Version 2.0.0 has minor bug fixes

Version 2.0.2 Fixed minor bugs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bday Wisher Automator Bday Wisher Automator
ID fpakdfjaelojkffelmeckfkfmdipjpbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bday-wisher-automator/fpakdfjaelojkffelmeckfkfmdipjpbj
คำอธิบาย AUTOMATE Sending your friends bday wishes and free your time to do more important things, like getting more leads with a just click!
ขนาดไฟล์ 1.5 MB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 3.1.41
อัปเดตครั้งล่าสุด 2023-10-25
วันที่เผยแพร่ 2021-05-11
ผู้พัฒนา https://bdaywisher.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bdaywisher.com
URL หน้าช่วยเหลือ https://jays.software/contact-us.html
URL หน้านโยบายความเป็นส่วนตัว https://jays.software/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bday Wisher Automator",
    "version": "3.1.41",
    "description": "AUTOMATE Sending your friends bday wishes and free your time to do more important things, like getting more leads with a just click!",
    "short_name": "BWA",
    "action": {
        "default_title": "Bday Wisher Automator",
        "default_popup": "login.html"
    },
    "icons": {
        "16": "images\/5ef1f3815c216f41c42d7440-Birthday_Wisher_Automator-1626451054614-small_icon.png",
        "48": "images\/5ef1f3815c216f41c42d7440-Birthday_Wisher_Automator-1626451054872-medium_icon.png",
        "128": "images\/5ef1f3815c216f41c42d7440-Birthday_Wisher_Automator-1626451054968-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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}