Social Post Mate (Commenter AI partner)

Social Post Mate: LinkedIn, Twitter and Facebook.

Vad är Social Post Mate (Commenter AI partner)?

Social Post Mate (Commenter AI partner) är en Chrome-tillägg utvecklad av https://socialpostmate.info, och dess huvudfunktion är "Social Post Mate: LinkedIn, Twitter and Facebook.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Social Post Mate (Commenter AI partner)-förlängningens CRX-fil

Ladda ner Social Post Mate (Commenter AI partner)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Social Post Mate (Commenter AI partner) Social Post Mate (Commenter AI partner)
ID ffebfjkgjgbpmnoogjjdgfkmiobngdnf
Officiell webbadress https://chromewebstore.google.com/detail/social-post-mate-commente/ffebfjkgjgbpmnoogjjdgfkmiobngdnf
Beskrivning Social Post Mate: LinkedIn, Twitter and Facebook.
Filstorlek 1.96 MB
Antal Installationer 226
Aktuell Version 3.7.24
Senast Uppdaterad 2024-03-01
Publiceringsdatum 2023-01-28
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://socialpostmate.info
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://socialpostmate.info/privacy-policy
Stödda Språk 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';"
    }
}