Social Media CRM | Toolkit for Social Media

Social Media CRM is a Chrome Extension That Helps you to Automate & Manage Your Social Media Marketing Efforts

ما هو Social Media CRM | Toolkit for Social Media؟

Social Media CRM | Toolkit for Social Media هو إضافة Chrome تم تطويرها بواسطة https://growthnodes.com، والميزة الرئيسية لها هي "Social Media CRM is a Chrome Extension That Helps you to Automate & Manage Your Social Media Marketing Efforts".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Social Media CRM | Toolkit for Social Media

قم بتنزيل ملفات الامتداد Social Media CRM | Toolkit for Social Media بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Social Media CRM | Toolkit for Social Media is a suite of Multiple tools for LinkedIn, Twitter, Instagram, and Facebook that helps you to automate and manage your Organic Marketing. You can convert your social media into lead-generation machines through managed automation and outreach.

We have multiple tools like 

1. Friend Requester - Send Automatic Friend Request
2. Friend Remover - Bulk Remove Inactive Friends who don't engage with your post
3. Messenger Connector - Send Bulk Messages on social media without spamming users. 
4. Messenger CRM - Tag People on social media to see in which part of the pipeline they are in
5. Group Leads - Collect the Email or phone number of people who request to join your FB group when they answer any one of your questions. 
6. Friend Approver - Approve or decline friend requests based on a number of mutual friends or based on if they respond to your message. 
7. Comment Reply - Reply to comments on your Facebook post in an automated. 
8. Feed Engager - Engage with a post on your feed 
9. Feed Filter - show or hide posts on your feed based on keywords. 
10. Canned Response - Save predefined message templates and send them in a single click with {firstname} & {lastname} personalization 
11. Link Saver - get quick access to your important links in a single click. 
12. Notes - write, save notes, and assign them to a person. 


Using this software for illegal activities is strictly prohibited and we do not tolerate spam. You will be banned if you do that. 

This extension, software, or site is NOT endorsed by Facebook in any way. FACEBOOK is a trademark of FACEBOOK, Inc.

Growthnodes.com is not an official product created by any social media platform including but not limited to LinkedIn™, Facebook™, Instagram™ or Twitter™. 

by installing this or using our products you agree to our terms and conditions and privacy policy 

https://growthnodes.com/privacy 
https://growthnodes.com/terms                    

معلومات أساسية عن التمديد

الاسم Social Media CRM | Toolkit for Social Media Social Media CRM | Toolkit for Social Media
ID ocopgnklkdgjomofiklloofpognlhgic
عنوان URL الرسمي https://chromewebstore.google.com/detail/social-media-crm-toolkit/ocopgnklkdgjomofiklloofpognlhgic
الوصف Social Media CRM is a Chrome Extension That Helps you to Automate & Manage Your Social Media Marketing Efforts
حجم الملف 3.16 MB
عدد التثبيتات 1,596
النسخة الحالية 0.1.54
آخر تحديث 2024-03-03
تاريخ النشر 2022-07-06
تقييم 3.36/5 مجموع تقييمات 14
المطور https://growthnodes.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://growthnodes.com/
عنوان صفحة المساعدة https://growthnodes.com/support
عنوان صفحة سياسة الخصوصية https://growthnodes.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Social Media CRM is a Chrome Extension That Helps you to Automate & Manage Your Social Media Marketing Efforts",
    "version": "0.1.54",
    "manifest_version": 3,
    "name": "Social Media CRM | Toolkit for Social Media",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "gn-128.png"
    },
    "icons": {
        "128": "gn-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.messenger.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.skool.com\/*",
                "https:\/\/app.growthnodes.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "gn-128.png",
                "gn-32.png",
                "avatar.png",
                "search-icon.svg",
                "dashboard.html",
                "noresult.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "tabs",
        "activeTab",
        "storage",
        "scripting",
        "alarms",
        "cookies",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*.messenger.com\/*",
        "*:\/\/*.facebook.com\/messages\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.skool.com\/*",
        "https:\/\/app.growthnodes.com\/*",
        "https:\/\/script.google.com\/*",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    }
}