Outworks AI

Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.

什麼是Outworks AI?

Outworks AI是由https://outworks.ai開發的Chrome擴展程式,該擴展的主要功能是“Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.”。

擴展截圖

screenshot
screenshot
screenshot

下載Outworks AI擴展crx文件

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

擴展使用說明

                        Supercharge your LinkedIn brand and grow your audience faster! 🚀

Outworks is your AI LinkedIn comments superhero. 🦸💬

Building your personal brand on LinkedIn is a time-consuming process. Generic AI comments lack personality and writing tons of comments daily takes hours.

Outworks is your ultimate one-tap AI comment generator. It has been trained to respond like a real human would on LinkedIn – short, to the point, authentic.

⏱️ Time-Saver Extraordinaire: Whether growing your brand, connecting with prospects, or recruiting, Outworks saves you precious time.

🌟 Style and Variety: Outworks offers a wide range of comment styles, from thoughtful remarks to insightful questions and engaging language to spark conversations.

🎙️ Personalized Brand Voice: Stand out with Outworks' distinct brand voices. Match your LinkedIn persona effortlessly.

Use free daily or upgrade and grow faster. Powered by GPT-4 🤖                    

擴展基本資訊

名稱 Outworks AI Outworks AI
ID ihigppbedaljfdbjhpfnaoboajgkkjnl
官方網址 https://chromewebstore.google.com/detail/outworks-ai/ihigppbedaljfdbjhpfnaoboajgkkjnl
簡介 Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.
檔案大小 33.14 KB
安裝次數 107
目前版本 0.4.3
更新時間 2023-11-22
上架時間 2023-07-20
評分 5.00/5 共 8 次評分
開發者 https://outworks.ai
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.outworks.ai
說明頁面URL https://help.outworks.ai
隱私政策頁面URL https://www.outworks.ai/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Outworks AI",
    "version": "0.4.3",
    "description": "Supercharge your LinkedIn engagement with one tap AI comments that actually sound human.",
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content-import.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.outworks.ai\/*",
        "*:\/\/localhost\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon-16.png",
            "32": "assets\/icon-32.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "*.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.outworks.ai\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.outworks.ai\/*",
            "*:\/\/localhost\/*"
        ]
    }
}