Birthday Connector

Send Automated Birthday messages on Social Media to get more engagement and conversations

Birthday Connector क्या है?

Birthday Connector https://themarketingtools.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send Automated Birthday messages on Social Media to get more engagement and conversations"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Birthday Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Connect and start a new conversation with your FB friends on their most important day and wish them a Happy Birthday.

With Birthday Connector you can automate wishing your friends on their birthday but also can send them message up to 7 days before and up to 7 days after their birthday as well. 

This is a great tool for Re-connecting and starting a new conversation with your friends and automate the whole process.

Make them feel special and remembered by connecting with them automagically.                    

एक्सटेंशन की मूल जानकारी

नाम Birthday Connector Birthday Connector
ID cjoagoehidakgegdonilnmccaemfcbck
आधिकारिक URL https://chromewebstore.google.com/detail/birthday-connector/cjoagoehidakgegdonilnmccaemfcbck
विवरण Send Automated Birthday messages on Social Media to get more engagement and conversations
फ़ाइल का आकार 1.83 MB
स्थापना संख्या 339
वर्तमान संस्करण 3.1.47
अंतिम अपडेट 2024-02-15
प्रकाशन तिथि 2022-08-02
डेवलपर https://themarketingtools.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://birthdayconnector.com
सहायता पृष्ठ URL https://support.birthdayconnector.com
गोपनीयता नीति पृष्ठ URL https://themarketingtools.io/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Birthday Connector",
    "version": "3.1.47",
    "description": "Send Automated Birthday messages on Social Media to get more engagement and conversations",
    "short_name": "BC",
    "action": {
        "default_title": "Birthday Connector",
        "default_popup": "login.html"
    },
    "icons": {
        "16": "images\/60b4b8bbcf079d01363fbeb8-Birthday_Connector-1647399026829-small_icon.png",
        "48": "images\/60b4b8bbcf079d01363fbeb8-Birthday_Connector-1647399187214-medium_icon.png",
        "128": "images\/60b4b8bbcf079d01363fbeb8-Birthday_Connector-1647398613453-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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}