SmartBird - ChatGPT

SmartBird Chrome extension

Cos'è SmartBird - ChatGPT?

SmartBird - ChatGPT è un'estensione di Chrome sviluppata da Wolfa, e la sua funzione principale è "SmartBird Chrome extension".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione SmartBird - ChatGPT

Scarica i file di estensione SmartBird - ChatGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SmartBird - ChatGPT SmartBird - ChatGPT
ID moalenfmdblkdajinepjgmloocpeigoi
URL Ufficiale https://chromewebstore.google.com/detail/smartbird-chatgpt/moalenfmdblkdajinepjgmloocpeigoi
Descrizione SmartBird Chrome extension
Dimensione del File 383 KB
Conteggio Installazioni 817
Versione Corrente 3.5.0
Ultimo Aggiornamento 2023-08-16
Data di Pubblicazione 2023-03-13
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore Wolfa
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://smartbird.ai/
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/54ecdc86-f1d9-4ce8-9e03-9c4ae6fb9e18
Lingue Supportate 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"
            ]
        }
    ]
}