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 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!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bday Wisher Automator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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": [ "*:\/\/*\/*" ] } ] } |