SmartBird - ChatGPT

SmartBird Chrome extension

Vad är SmartBird - ChatGPT?

SmartBird - ChatGPT är en Chrome-tillägg utvecklad av Wolfa, och dess huvudfunktion är "SmartBird Chrome extension".

Tilläggsskärmbilder

Ladda ner SmartBird - ChatGPT-förlängningens CRX-fil

Ladda ner SmartBird - ChatGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SmartBird - ChatGPT SmartBird - ChatGPT
ID moalenfmdblkdajinepjgmloocpeigoi
Officiell webbadress https://chromewebstore.google.com/detail/smartbird-chatgpt/moalenfmdblkdajinepjgmloocpeigoi
Beskrivning SmartBird Chrome extension
Filstorlek 383 KB
Antal Installationer 817
Aktuell Version 3.5.0
Senast Uppdaterad 2023-08-16
Publiceringsdatum 2023-03-13
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare Wolfa
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://smartbird.ai/
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/live/54ecdc86-f1d9-4ce8-9e03-9c4ae6fb9e18
Stödda Språk 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"
            ]
        }
    ]
}