Social Post Mate (Commenter AI partner)

Social Post Mate: LinkedIn, Twitter and Facebook.

Τι είναι το Social Post Mate (Commenter AI partner);

Το Social Post Mate (Commenter AI partner) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://socialpostmate.info, και η κύρια λειτουργία του είναι "Social Post Mate: LinkedIn, Twitter and Facebook.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Social Post Mate (Commenter AI partner)

Λήψη αρχείων επέκτασης Social Post Mate (Commenter AI partner) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Use the power of technology to get the text from the LinkedIn, Facebook and Twitter posts that you like so you can save them for your future reference. No need to use the old-school method of copying text, now you just need to click on the button on the top of the post and it will automatically do it for you. Then you just need to choose the place to paste it. That's all. It is as simple as that, even a kid can do it.

Step 1: Pin the extension
Step 2: Turn it on 
Step 3: Choose the post that you like on LinkedIn, Twitter or Facebook
Step 4: Click on the button that looks like the "Social Post Mate" icon of the Chrome extension in the upper right corner

That's all. 

Now you have the text of the post and you can paste it and save it for future reference.

Update in 2.0 version:

Thanks to our recent deal with Commenter.ai:

Now you can generate comments directly on LinkedIn.

Step 1: Get your API from Commenter.ai
Step 2: Add your API in Social Post Mate
Step 3: Turn "The Bridge Connection" ON

You are ready to generate meaningful comments.

Update in 3.0.0:

- Long/short comments
- Multi-language support
- Replies (beta)

Update in 3.3.0:

- New styles
- Video course - Effective commenting with Commenter AI                    

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

Όνομα Social Post Mate (Commenter AI partner) Social Post Mate (Commenter AI partner)
ID ffebfjkgjgbpmnoogjjdgfkmiobngdnf
Επίσημο URL https://chromewebstore.google.com/detail/social-post-mate-commente/ffebfjkgjgbpmnoogjjdgfkmiobngdnf
Περιγραφή Social Post Mate: LinkedIn, Twitter and Facebook.
Μέγεθος Αρχείου 1.96 MB
Αριθμός Εγκαταστάσεων 226
Τρέχουσα Έκδοση 3.7.24
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2023-01-28
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://socialpostmate.info
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://socialpostmate.info/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Post Mate (Commenter AI partner)",
    "version": "3.7.24",
    "description": "Social Post Mate: LinkedIn, Twitter and Facebook.",
    "author": "Hammad Rasheed , Damien Nguyen , Mahmoud Elmaandi ",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "lib\/jquery.webui-popover.min.js",
                "lib\/jquery.timepicker.min.js",
                "utils.js",
                "utils\/tips.js",
                "sites\/linkedin\/linkedin.popover.js",
                "sites\/linkedin\/linkedin.comment.popover.js",
                "sites\/linkedin\/linkedin.js"
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/jquery.webui-popover.min.css",
                "css\/popover\/linkedin.popover.css",
                "css\/fonts.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "lib\/jquery.webui-popover.min.js",
                "utils.js",
                "utils\/tips.js",
                "sites\/twitter\/twitter.popover.js",
                "sites\/twitter\/twitter.js"
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/jquery.webui-popover.min.css",
                "css\/popover\/twitter.popover.css",
                "css\/fonts.css",
                "css\/custom-twt.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/twitter.com\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "getApi.js"
            ],
            "css": [
                "css\/toastr.min.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/commenter.ai\/*",
                "http:\/\/localhost:3000\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "lib\/jquery.webui-popover.min.js",
                "utils.js",
                "utils\/tips.js",
                "sites\/facebook\/facebook.popover.js",
                "sites\/facebook\/facebook.js"
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/jquery.webui-popover.min.css",
                "css\/fonts.css",
                "css\/popover\/facebook.popover.css",
                "css\/custom-fb.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/logo.png",
            "32": "img\/logo.png",
            "48": "img\/logo.png",
            "128": "img\/logo.png"
        }
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "comment.html",
                "popover.html",
                "expiredTrial.html",
                "commentLimit.html",
                "achievements.html",
                "trialWarning.html",
                "savedCommentList.html",
                "UnlockFeature.html",
                "UpdatePlan.html",
                "CommentReference.html",
                "CommentBox.html",
                "*.woff2"
            ],
            "matches": [
                "*:\/\/www.linkedin.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' ;frame-src 'self';"
    }
}