Jasper

Jasper - AI Copywriter AI Content Generator for Teams

Τι είναι το Jasper;

Το Jasper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hello_world, και η κύρια λειτουργία του είναι "Jasper - AI Copywriter AI Content Generator for Teams".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Jasper

Λήψη αρχείων επέκτασης Jasper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        *_ Jasper AI Free Trial 2023: Get 5 Days _*

The Jasper browser extension provides access to Jasper everywhere you write.
Tired of having to log in to AI tools, engineer a perfect prompt, then copy & paste your answers into FB, Twitter, Webflow, etc?

Jasper Everywhere is a new extension experience that brings AI to anywhere you work in a simple cursor — whether you’re creating social content or responding to emails. 

No more copying and pasting. 

Our 60+ templates are now at your fingertips on the platforms you need the most:
- Gmail
- Google Docs
- Wordpress
- Webflow
- Canva
- And so many more.

What is Jasper?

Jasper is an AI content platform that helps your team create high-quality content 10x faster. 

📝 Scale up your content marketing fast                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Jasper Jasper
ID npoenblenenjpcbajkddodmjomafdcfk
Επίσημο URL https://chromewebstore.google.com/detail/jasper/npoenblenenjpcbajkddodmjomafdcfk
Περιγραφή Jasper - AI Copywriter AI Content Generator for Teams
Μέγεθος Αρχείου 1.03 MB
Αριθμός Εγκαταστάσεων 131
Τρέχουσα Έκδοση 4.0.0
Τελευταία Ενημέρωση 2023-10-27
Ημερομηνία Δημοσίευσης 2023-05-20
Προγραμματιστής hello_world
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://jasper.ai/?fpr=home_53
Διεύθυνση URL της Σελίδας Βοήθειας https://jasper.ai/demo?fpr=home_53
URL της Σελίδας Πολιτικής Απορρήτου https://www.jasper.ai/legal/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.0",
    "manifest_version": 3,
    "name": "Jasper ",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "proxy",
        "alarms",
        "storage",
        "cookies",
        "debugger",
        "downloads",
        "scripting",
        "contextMenus",
        "clipboardRead",
        "notifications",
        "webNavigation",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/Inter-roman-latin.var.woff2",
                "\/shortcut.css",
                "\/icon-128.png",
                "\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "\/sandbox.html",
            "\/uiSandbox.html"
        ]
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "description": "Jasper - AI Copywriter  AI Content Generator for Teams"
}