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)はhttps://socialpostmate.infoによって開発されたChromeの拡張機能で、その主な機能は「Social Post Mate: LinkedIn, Twitter and Facebook.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Social Post Mate (Commenter AI partner)拡張機能のCRXファイルをダウンロード

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
Eメール [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';"
    }
}