Social Post Mate (Commenter AI partner)

Social Post Mate: LinkedIn, Twitter and Facebook.

What is Social Post Mate (Commenter AI partner)?

Social Post Mate (Commenter AI partner) is a Chrome extension developed by https://socialpostmate.info, and its main feature is "Social Post Mate: LinkedIn, Twitter and Facebook.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Social Post Mate (Commenter AI partner) Extension CRX File

Download Social Post Mate (Commenter AI partner) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Social Post Mate (Commenter AI partner) Social Post Mate (Commenter AI partner)
ID ffebfjkgjgbpmnoogjjdgfkmiobngdnf
Official URL https://chromewebstore.google.com/detail/social-post-mate-commente/ffebfjkgjgbpmnoogjjdgfkmiobngdnf
Description Social Post Mate: LinkedIn, Twitter and Facebook.
File Size 1.96 MB
Installation Count 226
Current Version 3.7.24
Last Updated 2024-03-01
Publish Date 2023-01-28
Rating 5.00/5 Total 3 Ratings
Developer https://socialpostmate.info
Email [email protected]
Payment Type free
Privacy Policy Page URL https://socialpostmate.info/privacy-policy
Supported Languages 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';"
    }
}