Writerly: AI Writing Assistant For Business

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

Writerly: AI Writing Assistant For Business là gì?

Writerly: AI Writing Assistant For Business là một tiện ích mở rộng Chrome được phát triển bởi https://writerly.ai, và tính năng chính của nó là "Write faster & better, use AI to boost conversions and automate your marketing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Writerly: AI Writing Assistant For Business

Tải xuống các tệp mở rộng Writerly: AI Writing Assistant For Business dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Writerly: AI Writing Assistant For Business Writerly: AI Writing Assistant For Business
ID ofkedepgdiahoncldakmfelppdholdgm
URL Chính Thức https://chromewebstore.google.com/detail/writerly-ai-writing-assis/ofkedepgdiahoncldakmfelppdholdgm
Mô tả Write faster & better, use AI to boost conversions and automate your marketing.
Kích Thước Tệp 1.93 MB
Số Lần Cài Đặt 6,404
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-11-23
Ngày Phát Hành 2022-05-08
Đánh Giá 4.96/5 Tổng số 75 Đánh Giá
Nhà Phát Triển https://writerly.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://writerly.ai
URL Trang Trợ Giúp https://writerly.ai/contact
URL Trang Chính Sách Bảo Mật https://writerly.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}