Social Post Mate (Commenter AI partner)

Social Post Mate: LinkedIn, Twitter and Facebook.

Social Post Mate (Commenter AI partner) là gì?

Social Post Mate (Commenter AI partner) là một tiện ích mở rộng Chrome được phát triển bởi https://socialpostmate.info, và tính năng chính của nó là "Social Post Mate: LinkedIn, Twitter and Facebook.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Post Mate (Commenter AI partner)

Tải xuống các tệp mở rộng Social Post Mate (Commenter AI partner) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Post Mate (Commenter AI partner) Social Post Mate (Commenter AI partner)
ID ffebfjkgjgbpmnoogjjdgfkmiobngdnf
URL Chính Thức https://chromewebstore.google.com/detail/social-post-mate-commente/ffebfjkgjgbpmnoogjjdgfkmiobngdnf
Mô tả Social Post Mate: LinkedIn, Twitter and Facebook.
Kích Thước Tệp 1.96 MB
Số Lần Cài Đặt 226
Phiên Bản Hiện Tại 3.7.24
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-01-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://socialpostmate.info
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://socialpostmate.info/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}