IG DM bot - DM Automation

Automate IG DMs: Send tailored messages to new followers or anyone—followers, followings, others. Efficient and personalized.

IG DM bot - DM Automation क्या है?

IG DM bot - DM Automation https://hypercavs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate IG DMs: Send tailored messages to new followers or anyone—followers, followings, others. Efficient and personalized."।

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

screenshot
screenshot
screenshot

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

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

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

                        🚀 Elevate Your Instagram Presence with "IG DM bot - DM Automation" - Your Essential IG Growth Partner! 🌈

Struggling with the grind of sending direct messages (DMs) on Instagram? Let's change that! Our Chrome extension is a game-changer, automating the process of connecting with your audience. Engage effortlessly with new followers and those who interact with your posts - all with minimal effort and maximum impact!

Exciting Features Include:

💌 Automated Welcome DMs: Greet new followers with customized, welcoming messages.
👍 Engagement Boost: Directly reach users who liked your posts to foster stronger connections.
🚀 Bulk Messaging: Send multiple messages efficiently, saving time and effort.
✏️ Personalized Texts: Create unique, engaging messages with our user-friendly customization tools.
🎨 Spin Syntax Support: Add variety and creativity to your messages, making each one special.

User-Friendly Terms of Use
Discover our easy-to-understand terms at https://hypercavs.com/ig-dm-bot/terms-of-use.html

Dedicated Support Team:
Questions or concerns? Contact us at [email protected] for prompt and friendly assistance.

Transform Your Instagram Strategy Today with "IG DM bot - DM Automation" - Where efficiency meets creativity! 🎯                    

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

नाम IG DM bot - DM Automation IG DM bot - DM Automation
ID gjmflnibpikobloanmblbhgffagmmmoi
आधिकारिक URL https://chromewebstore.google.com/detail/ig-dm-bot-dm-automation/gjmflnibpikobloanmblbhgffagmmmoi
विवरण Automate IG DMs: Send tailored messages to new followers or anyone—followers, followings, others. Efficient and personalized.
फ़ाइल का आकार 2.47 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.8.10
अंतिम अपडेट 2023-12-27
प्रकाशन तिथि 2021-02-08
रेटिंग 3.18/5 कुल 17 रेटिंग्स
डेवलपर https://hypercavs.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://hypercavs.com/ig-dm-bot
गोपनीयता नीति पृष्ठ URL http://www.hypercavs.com/shopify-shark/privacy-policy.html
समर्थित भाषाएँ de,en,fr,es,it,pt-BR,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "1.8.10",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "IG DM bot",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "permissions": [
        "storage",
        "*:\/\/*.instagram.com\/*",
        "https:\/\/hypercavs.com\/"
    ]
}