SmartBird - ChatGPT

SmartBird Chrome extension

SmartBird - ChatGPTคืออะไร?

SmartBird - ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wolfa และคุณลักษณะหลักของมันคือ "SmartBird Chrome extension"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartBird - ChatGPT

ดาวน์โหลดไฟล์ส่วนขยาย SmartBird - ChatGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing SmartBird, the ultimate virtual assistant for all your administrative needs! Effortless write messages, emails, posts, comments with SmartBird, your AI powered extension.

Download the extension for free and start respond to all emails and messages from popular platforms in seconds.

Our cutting-edge technology leverages the latest API from CHATGPT, enabling you to craft highly personalized and engaging responses that will wow your contacts. Say goodbye to boring, generic messages and hello to a whole new level of communication.

**You will also be able to create social media posts and to summarize, translate or correct text in a few seconds.**

**With our extension, you'll be able to:**

✔️ Respond to emails, comments and messages from multiple platforms with ease 
✔️ Craft highly personalized and engaging responses that will impress your contacts 
✔️ Generate posts for your social media
✔️ Summarize, correct and translate texts in one click
✔️ Save time and boost your productivity with our intuitive interface
✔️ Stay on top of your messaging game no matter where you are

Don't settle for subpar messaging tools. Upgrade to our all-in-one virtual assistant today and experience the power of cutting-edge technology in the palm of your hand!`                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SmartBird - ChatGPT SmartBird - ChatGPT
ID moalenfmdblkdajinepjgmloocpeigoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smartbird-chatgpt/moalenfmdblkdajinepjgmloocpeigoi
คำอธิบาย SmartBird Chrome extension
ขนาดไฟล์ 383 KB
จำนวนการติดตั้ง 817
เวอร์ชันปัจจุบัน 3.5.0
อัปเดตครั้งล่าสุด 2023-08-16
วันที่เผยแพร่ 2023-03-13
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Wolfa
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://smartbird.ai/
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/54ecdc86-f1d9-4ce8-9e03-9c4ae6fb9e18
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "3.5.0",
    "author": "Nathana\u00ebl Godard",
    "name": "SmartBird - ChatGPT",
    "description": "SmartBird Chrome extension",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "detection.fe877036.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/web.telegram.org\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "listener.e398f063.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "utils.56c7f88c.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/web.telegram.org\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "contents.d7e01963.png"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "contents.d7e01963.png"
            ]
        }
    ]
}