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是由https://writerly.ai开发的Chrome扩展程序,该扩展的主要功能是“Write faster & better, use AI to boost conversions and automate your marketing.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Writerly: AI Writing Assistant For Business扩展crx文件

下载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'"
    }
}