SmartBird - ChatGPT

SmartBird Chrome extension

Co to jest SmartBird - ChatGPT?

SmartBird - ChatGPT to rozszerzenie Chrome opracowane przez Wolfa, a jego główną funkcją jest „SmartBird Chrome extension”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia SmartBird - ChatGPT

Pobierz pliki rozszerzeń SmartBird - ChatGPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!`                    

Podstawowe informacje o rozszerzeniu

Nazwa SmartBird - ChatGPT SmartBird - ChatGPT
ID moalenfmdblkdajinepjgmloocpeigoi
Oficjalny URL https://chromewebstore.google.com/detail/smartbird-chatgpt/moalenfmdblkdajinepjgmloocpeigoi
Opis SmartBird Chrome extension
Rozmiar pliku 383 KB
Liczba instalacji 817
Aktualna Wersja 3.5.0
Ostatnia Aktualizacja 2023-08-16
Data Publikacji 2023-03-13
Ocena 4.86/5 Łącznie 7 Oceny
Deweloper Wolfa
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://smartbird.ai/
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/live/54ecdc86-f1d9-4ce8-9e03-9c4ae6fb9e18
Obsługiwane Języki 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"
            ]
        }
    ]
}