Click2.ai

Create engaging content on social media, powered by AI

Click2.aiคืออะไร?

Click2.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zibradev และคุณลักษณะหลักของมันคือ "Create engaging content on social media, powered by AI"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click2.ai

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}