Writeseed AI Writer

Create your content where you need it with AI

Co to jest Writeseed AI Writer?

Writeseed AI Writer to rozszerzenie Chrome opracowane przez Writeseed, a jego główną funkcją jest „Create your content where you need it with AI”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Writeseed AI Writer

Pobierz pliki rozszerzeń Writeseed AI Writer 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

                        Create content right where you need it, from ad copy to emails or blog posts. With the Writeseed extension you can let the AI do the writing for you by adding two "++" to the end of a command or paragraph.

By default our extension supports different languages and can also write code for you. Currently our extension works with the classic Wordpress editor.                    

Podstawowe informacje o rozszerzeniu

Nazwa Writeseed AI Writer Writeseed AI Writer
ID cpgmjmiadfoopcjpjinpdjadmljnlnej
Oficjalny URL https://chromewebstore.google.com/detail/writeseed-ai-writer/cpgmjmiadfoopcjpjinpdjadmljnlnej
Opis Create your content where you need it with AI
Rozmiar pliku 163 KB
Liczba instalacji 779
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2023-03-28
Data Publikacji 2023-03-07
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper Writeseed
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://writeseed.com
Adres URL Strony Polityki Prywatności https://writeseed.com/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Writeseed AI Writer",
    "version": "1.3",
    "description": "Create your content where you need it with AI",
    "permissions": [
        "declarativeContent",
        "",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "layout.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}