Writerly: AI Writing Assistant For Business

Write faster & better, use AI to boost conversions and automate your marketing.

Что такое Writerly: AI Writing Assistant For Business?

Writerly: AI Writing Assistant For Business - это расширение Chrome, разработанное https://writerly.ai, и его основная функция - "Write faster & better, use AI to boost conversions and automate your marketing.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Writerly: AI Writing Assistant For Business

Скачайте файлы расширений Writerly: AI Writing Assistant For Business в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The Chrome Extension for Writerly.ai. Use both the extension and the web app for the best experience.

Automatically turn your business ideas into high converting writing that boosts traffic, conversions and SEO rankings.

Save time & money while retaining full control of your copywriting with your AI assistant.                    

Основная информация о расширении

Название Writerly: AI Writing Assistant For Business Writerly: AI Writing Assistant For Business
ID ofkedepgdiahoncldakmfelppdholdgm
Официальный URL https://chromewebstore.google.com/detail/writerly-ai-writing-assis/ofkedepgdiahoncldakmfelppdholdgm
Описание Write faster & better, use AI to boost conversions and automate your marketing.
Размер файла 1.93 MB
Количество установок 6,404
Текущая Версия 1.0.7
Последнее Обновление 2022-11-23
Дата публикации 2022-05-08
Рейтинг 4.96/5 Всего 75 оценок
Разработчик https://writerly.ai
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://writerly.ai
URL страницы помощи https://writerly.ai/contact
URL страницы политики конфиденциальности https://writerly.ai/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Writerly: AI Writing Assistant For Business",
    "description": "Write faster & better, use AI to boost conversions and automate your marketing.",
    "version": "1.0.7",
    "manifest_version": 3,
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "writerly-dominus"
    },
    "host_permissions": [
        "https:\/\/writerly.ai\/*",
        "https:\/\/*.writerly.ai\/*",
        "http:\/\/localhost\/*",
        "http:\/\/localhost:8000\/*",
        "http:\/\/127.0.0.1\/*",
        "http:\/\/127.0.0.1:8000\/*",
        "*:\/\/*.sentry.io\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "icons\/*",
                "images\/*"
            ],
            "extension_ids": [],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}