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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate IG DMs: Send tailored messages to new followers or anyone—followers, followings, others. Efficient and personalized."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

IG DM bot - DM Automation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}