Chat Pro

A Social Media Marketing Manager

Τι είναι το Chat Pro;

Το Chat Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Scepter Tools, και η κύρια λειτουργία του είναι "A Social Media Marketing Manager".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chat Pro

Λήψη αρχείων επέκτασης Chat Pro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A Social Media Marketing Manager which allows you to add connect and manage your leads by saving their record, managing them, categorizing them by adding them on different lists, different pipelines and their respective stages.

List of Features


Auto "React" Feature
This feature allows you to automatically 'react' to posts that your friends make which generates a notification in their notifications tab. This is a great way to follow up with prospects (friends) without being too pushy. Reacting to their posts let's them know that you're there.

Cancel Requests
This feature allows you to automatically cancel any number of requests that you have sent or received on facebook.This is an efficient way of handling any incoming or outgoing requests and buys you time to focus more on other tasks.

Send Requests
This feature allows you to automatically send any number of requests on facebook groups. Once you open any facebook group and open the members page, you will get the opportunity to send requests to the members of that particular group.


Sync Facebook Friends
This feature allows you to sync your facebook friends from our ChatPro CRM. All of your facebook friends will be synched to ChatPro CRM.


Sync Facebook Post Reactors
This feature allows you to sync facebook post reactors. Open clicking the reactions of any post you will be able to sync reactors to ChatPro CRM and use their data accordingly.


Sync Facebook Group Members
This feature allows you to sync facebook group members.Once you open any facebook group and open the members page, you will get the opportunity to sync the members to ChatPro CRM and store those leads and use their record accordingly.

You can get access to our ChatPro CRM using this Link:
https://app.chatpro.io/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chat Pro Chat Pro
ID ecgidnnlichmoalgoabboefegghdipmc
Επίσημο URL https://chromewebstore.google.com/detail/chat-pro/ecgidnnlichmoalgoabboefegghdipmc
Περιγραφή A Social Media Marketing Manager
Μέγεθος Αρχείου 14.62 MB
Αριθμός Εγκαταστάσεων 261
Τρέχουσα Έκδοση 7.6.2
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2021-03-18
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Scepter Tools
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://chatpro.io
Διεύθυνση URL της Σελίδας Βοήθειας https://www.facebook.com/groups/408011446653978
URL της Σελίδας Πολιτικής Απορρήτου https://sceptermarketing.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A Social Media Marketing Manager",
    "version": "7.6.2",
    "manifest_version": 3,
    "name": "Chat Pro",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1NGIcY\/HlkGVEKAkfg14ZzdCEMZ8GwNhnq4yeGrpb1FPw1qYJX391fW\/eJwZ0JYEWAKGF8G8puXuuaOTZvHuxryetdYlFgcodeucd0Ydu9sjzopg\/bE36gYtnVdfoIP5a1\/OpMC8F89qW64ws2rP5VhYjl4\/cB0IyVViIoZdfx+mqe9Ob\/QI16aMuhOb0Q9Cck6O5e7FGk2nj\/W69Tx7VyGGLR2+\/ppqf7pRXBVYGMovVZk40sMShOHr7qFrPkV9z0VYrjFsNY4aBb+gqy\/mgs7W84Oaa8e6COF9\/sKpWCanEg3Sdn\/Flvrj1HT52LeE4x7giHPXhk\/wQ0mul6PJvwIDAQAB",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "chatPro_icon.png"
    },
    "icons": {
        "128": "chatPro_icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "identity",
        "identity.email",
        "alarms",
        "notifications",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "https:\/\/www.messenger.com\/*",
        "https:\/\/app.chatpro.io\/*",
        "https:\/\/www.instagram.com\/*",
        "http:\/\/localhost:3000\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "all_frames": true,
            "js": [
                "scanPosts.bundle.js"
            ],
            "css": [
                "scanPosts.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/web.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "all_frames": true,
            "js": [
                "fetchProfile.bundle.js"
            ],
            "css": [
                "scanPosts.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/localhost:3000\/dashboard",
                "http:\/\/app.chatpro.io\/dashboard",
                "https:\/\/app.chatpro.io\/dashboard"
            ],
            "all_frames": true,
            "js": [
                "dashboardScript.bundle.js"
            ],
            "css": [
                "scanPosts.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "all_frames": true,
            "js": [
                "groupMembers.bundle.js"
            ],
            "css": [
                "groupMembers.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.messenger.com\/*",
                "https:\/\/*.facebook.com\/messages\/*"
            ],
            "all_frames": true,
            "js": [
                "messenger.bundle.js"
            ],
            "css": [
                "messenger.css"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "http:\/\/app.chatpro.io\/*",
            "http:\/\/socialninja.sceptermarketing.com\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/app.chatpro.io\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "chatPro_icon.png",
                "pipeline.svg"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "https:\/\/www.messenger.com\/*",
                "https:\/\/app.chatpro.io\/*",
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ]
}