hacksocial.ai

Give more than you get on social media with AI-assisted replies.

什麼是hacksocial.ai?

hacksocial.ai是由https://www.hacksocial.ai開發的Chrome擴展程式,該擴展的主要功能是“Give more than you get on social media with AI-assisted replies.”。

擴展截圖

screenshot

下載hacksocial.ai擴展crx文件

下載hacksocial.ai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Using GPT-4, you can create meaningful interactions with your audience 100x faster with hacksocial.ai! At hacksocial.ai, we believe that giving is the key to success on social media, and our platform allows you to do just that. By using our AI-powered platform, you can connect with your community, appear smarter, and grow your audience with minimal effort.

Hacksocial.ai is purpose-built for social media sites including Twitter, LinkedIn, Reddit, and more! With our GPT-4 model, you'll never face writer's block on social media again. 

Use the extension by clicking on the icon next to posts on these sites. You'll see a variety of different responses to choose from. Click on the response you want to generate, and it will generate in the textbox. Then you can either regenerate a response, edit the response you receive in the textbox, or copy it with the easy copy button. 

Steering Wheel: Click the icon in the browser bar and name a company and give a brief description of the company, and hacksocial.ai will steer the replies it generates to mention that company.

Unlock your productivity and build better relationships with your audience using hacksocial.ai. With our platform, you can create custom reactions, find icebreakers for your tweets, and even generate viral jokes. Our clean design and free updates will help you stay ahead of the game and stand out on social media.

We understand that growing on social media is not easy, and it often involves a lot of effort and creativity. With hacksocial.ai, you can create great replies in no time. We're committed to helping you be grow your social network with 100x less effort.

Hacksocial.ai offers a variety of response types to help you engage with your audience in a more meaningful way.

Inspirational: These responses are designed to uplift and inspire your audience. They can be used to provide motivation or encouragement, and to help people feel good about themselves and their accomplishments.

Funny: Sometimes, a little humor is the best way to connect with your audience. These responses use wit and cleverness to make people laugh, and they can be a great way to break the ice or lighten the mood.

Poem in Reply: This unique response type generates a custom poem in response to a tweet or post. It's a creative way to engage with your audience and stand out in a sea of general content on social media.

Question: Asking questions is a powerful way to engage with your audience and spark a conversation. These responses are designed to ask thought-provoking questions that get people thinking and responding.

Polite Disagreement: Disagreements are a natural part of social media interactions, but it's important to handle them in a respectful and polite way. These responses offer a way to disagree with someone without being confrontational or disrespectful.

General Agreement: These responses are designed to offer support and agreement with someone's ideas or opinions, and to help build a positive and collaborative community.

Join our community today and experience the power of hacksocial.ai. Don't miss out on this opportunity to give more than you get and create meaningful connections with your audience!

April 10th update: 'Steering Wheel' -- steer the conversations to your company. Simply click on the Icon in the browser bar and add the name of the company and a brief description. Then, hacksocial.ai will steer the replies it generates to reference your company. 

See more here: https://youtu.be/Chie7KNjC5A                    

擴展基本資訊

名稱 hacksocial.ai hacksocial.ai
ID ljmjmhnmnmfnjklihbflhkcpdlgmeago
官方網址 https://chromewebstore.google.com/detail/hacksocialai/ljmjmhnmnmfnjklihbflhkcpdlgmeago
簡介 Give more than you get on social media with AI-assisted replies.
檔案大小 172 KB
安裝次數 284
目前版本 1.3.5
更新時間 2023-11-03
上架時間 2023-02-21
評分 5.00/5 共 2 次評分
開發者 https://www.hacksocial.ai
電子郵箱 [email protected]
付費類型 in_app
隱私政策頁面URL https://www.freeprivacypolicy.com/live/abb1a3a5-6311-43da-a78d-dcdb56ab1416
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hacksocial.ai",
    "version": "1.3.5",
    "description": "Give more than you get on social media with AI-assisted replies.",
    "author": "David Frankle, [email protected]",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "lib\/bootstrap.js",
                "utils.js",
                "platforms\/linkedin.js"
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/common.css",
                "css\/custom-linkedin.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "lib\/bootstrap.js",
                "utils.js",
                "platforms\/twitter.js"
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/common.css",
                "css\/custom-twt.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/twitter.com\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "lib\/bootstrap.js",
                "utils.js",
                "platforms\/facebook.js"
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/common.css",
                "css\/custom-fb.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "lib\/bootstrap.js",
                "utils.js",
                "platforms\/reddit.js"
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/common.css",
                "css\/custom-rd.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "lib\/bootstrap.js",
                "utils.js",
                "platforms\/indiehackers.js"
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/common.css",
                "css\/custom-idhk.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/www.indiehackers.com\/*"
            ]
        },
        {
            "js": [
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "lib\/bootstrap.js",
                "utils.js",
                "platforms\/hackernews.js"
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/common.css",
                "css\/custom-hackernews.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/news.ycombinator.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"
    },
    "host_permissions": [
        "*:\/\/*.hacksocial.ai\/*"
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/api.openai.com"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/www.linkedin.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/www.reddit.com\/*",
                "*:\/\/www.indiehackers.com\/*",
                "*:\/\/news.ycombinator.com\/*"
            ]
        }
    ]
}