Click2.ai

Create engaging content on social media, powered by AI

什麼是Click2.ai?

Click2.ai是由zibradev開發的Chrome擴展程式,該擴展的主要功能是“Create engaging content on social media, powered by AI”。

擴展截圖

下載Click2.ai擴展crx文件

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

擴展使用說明

                        About Click2.ai:
Simplify your social media engagements with Click2ai! This extension is powered by generative AI, allowing users to create tailor-made, engaging content. With a strong focus on user customization, Click2ai offers comprehensive prompt engineering. This means that with just the click of a button, users can personalize and regenerate content to match their preferences.

Key Features:
•	Personalize and regenerate content effortlessly.
•	Shorten, extend, or rephrase comments.
•	Industry-leading AI for superior content generation.
•      Generate engaging posts with few words

About Us:
Crafted by industry leaders, Click2.ai prioritizes the user experience, the quality of the generated content, and personalization.

Compatibility:
Click2.ai is available for Chrome and Edge browsers for LinkedIn and Twitter and as webapp at Click2.Ai.                    

擴展基本資訊

名稱 Click2.ai Click2.ai
ID ccdmhhbpdngohbollmgmplbbdjlphddb
官方網址 https://chromewebstore.google.com/detail/click2ai/ccdmhhbpdngohbollmgmplbbdjlphddb
簡介 Create engaging content on social media, powered by AI
檔案大小 533 KB
安裝次數 298
目前版本 5.1
更新時間 2024-02-27
上架時間 2023-08-23
評分 4.96/5 共 24 次評分
開發者 zibradev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://Click2.ai
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click2.ai",
    "description": "Create engaging content on social media, powered by AI",
    "version": "5.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "commands": {
        "command1": {
            "suggested_key": "Ctrl+Shift+1",
            "description": "access shortcut"
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+1",
                "mac": "Command+Shift+1",
                "chromeos": "Ctrl+Shift+1",
                "linux": "Ctrl+Shift+1"
            }
        }
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/click2.ai\/*",
        "https:\/\/talentvyne.ai\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}