Birthday Basher
LEVERAGE your friends birthday to get leads and sales with just a click!!!
Birthday Basher क्या है?
Birthday Basher https://leadsintoinbox.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LEVERAGE your friends birthday to get leads and sales with just a click!!!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Birthday Basher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Birthday Basher 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 Basher today if you want to make your Facebook friends feel SPECIAL and REMEMBERED.
एक्सटेंशन की मूल जानकारी
नाम | Birthday Basher |
ID | eofolfgolbhhmbblbahejnahpmalkhkk |
आधिकारिक URL | https://chromewebstore.google.com/detail/birthday-basher/eofolfgolbhhmbblbahejnahpmalkhkk |
विवरण | LEVERAGE your friends birthday to get leads and sales with just a click!!! |
फ़ाइल का आकार | 6.67 MB |
स्थापना संख्या | 69 |
वर्तमान संस्करण | 1.0.14 |
अंतिम अपडेट | 2022-07-31 |
प्रकाशन तिथि | 2021-04-06 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://leadsintoinbox.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://leadsintoinbox.com |
सहायता पृष्ठ URL | https://m.me/728629334436142 |
गोपनीयता नीति पृष्ठ URL | https://buy.leadsintoinbox.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Birthday Basher", "version": "1.0.14", "description": "LEVERAGE your friends birthday to get leads and sales with just a click!!!", "short_name": "BB", "action": { "default_title": "Birthday Basher", "default_popup": "login.html" }, "icons": { "16": "images\/5f04c593005c1732f17db87f-Birthday_Basher-1617417394807-small_icon.png", "48": "images\/5f04c593005c1732f17db87f-Birthday_Basher-1617417394872-medium_icon.png", "128": "images\/5f04c593005c1732f17db87f-Birthday_Basher-1617417394960-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": [ "*:\/\/*\/*" ] } ] } |