Writerly: AI Writing Assistant For Business

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

Was ist Writerly: AI Writing Assistant For Business?

Writerly: AI Writing Assistant For Business ist eine Chrome-Erweiterung, die von https://writerly.ai entwickelt wurde, und ihr Hauptmerkmal ist "Write faster & better, use AI to boost conversions and automate your marketing.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Writerly: AI Writing Assistant For Business-Erweiterungs-CRX-Datei herunterladen

Laden Sie Writerly: AI Writing Assistant For Business-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Writerly: AI Writing Assistant For Business Writerly: AI Writing Assistant For Business
ID ofkedepgdiahoncldakmfelppdholdgm
Offizielle URL https://chromewebstore.google.com/detail/writerly-ai-writing-assis/ofkedepgdiahoncldakmfelppdholdgm
Beschreibung Write faster & better, use AI to boost conversions and automate your marketing.
Dateigröße 1.93 MB
Installationsanzahl 6,404
Aktuelle Version 1.0.7
Letztes Update 2022-11-23
Veröffentlichungsdatum 2022-05-08
Bewertung 4.96/5 Insgesamt 75 Bewertungen
Entwickler https://writerly.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://writerly.ai
Hilfeseite URL https://writerly.ai/contact
URL der Datenschutzrichtlinien-Seite https://writerly.ai/privacy
Unterstützte Sprachen 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'"
    }
}