Jasper Everywhere Extension

The Jasper browser extension provides access to Jasper everywhere you write.

Co je Jasper Everywhere Extension?

Jasper Everywhere Extension je rozšíření Chrome vyvinuté https://jasper.ai, a jeho hlavní funkcí je „The Jasper browser extension provides access to Jasper everywhere you write.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Jasper Everywhere Extension

Stáhněte si soubory rozšíření Jasper Everywhere Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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

Repurpose existing content and generate new content at scale without the need to hire more writers.

🔍 Create original content optimized for search

Generate educational blog articles that are keyword-rich and plagiarism-free.

📈 Boost ad conversions with better copy

Easily write and test more copy variations to increase sales and improve ROAS.

✍️ Finish your first draft 10x faster

Tell Jasper about what you want and then watch the AI write paragraphs in seconds.

🧠 Ditch writer’s block

Stuck staring at a blank page? Relax and let Jasper write creative copy for you.

📧 Responding to emails?

Jasper Everywhere considers the context of the email thread when crafting a personalized response. 

📱Creating social content?

Writing social media content can be a breeze with Jasper’s 60+ premade templates to get you started. 

✏️ Have Content that you need to rewrite?

You can easily rewrite, repurpose, or summarize content using commands like, “Summarize the content above in 3 bullet points.”                    

Základní Informace o Rozšíření

Název Jasper Everywhere Extension Jasper Everywhere Extension
ID bpiohchncadidhohcajcnoelomephkdd
Oficiální URL https://chromewebstore.google.com/detail/jasper-everywhere-extensi/bpiohchncadidhohcajcnoelomephkdd
Popis The Jasper browser extension provides access to Jasper everywhere you write.
Velikost souboru 1.87 MB
Počet instalací 115,021
Aktuální Verze 7.24.7
Poslední Aktualizace 2024-02-21
Datum Vydání 2022-10-19
Hodnocení 4.65/5 Celkem 124 Hodnocení
Vývojář https://jasper.ai
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://jasper.ai
URL Stránky Nápovědy https://help.jasper.ai
URL Stránky Zásad Ochrany Soukromí https://www.jasper.ai/legal/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "7.24.7",
    "name": "Jasper Everywhere Extension",
    "description": "The Jasper browser extension provides access to Jasper everywhere you write.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "sidePanel",
        "activeTab",
        "alarms",
        "storage",
        "identity",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/docs.google.com\/document\/*",
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "googleDocsCanvasAnnotation.92564901.js"
            ],
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contents.77d90920.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsXsRwF2m3FFIpaqpwoiHpFMZHxVIROVjcTxv5zJGF6X9rkiKASf7aCzaUwgN96eSTGbIzaFUXirRSZXbDN2PB1KOVWKVts4+T71ZOyBSl35XaKMeS+8Y3scXbfE7nHViLrxsTViuQD9WGsC+BueHWZoQ\/0Z\/0DtUm6qnAiNAobAZgi9dEc72BJ55HoS4zr\/0E1njhjy2NFZO\/x0j\/7EaTduzqkkxB9WhofosXUDJCER0Fzkt88xdbbtp0gqGMS35NzhwjTkQ43w4GxAS0TtaAh55dJXmFEd57GRERo59jwsAymYrRQ2zf4u0KtG9l+1yhRlwl9+hqJ6NDGa\/JYFtDQIDAQAB",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.jasper.ai\/*"
        ],
        "accept_tls_channel_id": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/jasper-icon-green-dot.png",
                "assets\/jasper-icon-grey-dot.png",
                "assets\/jasper-icon-alert.png"
            ],
            "matches": []
        },
        {
            "matches": [
                "http:\/\/docs.google.com\/*",
                "https:\/\/docs.google.com\/*"
            ],
            "resources": [
                "triggerGoogleDocsCanvasAnnotation.0bb4e49e.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "jasper-icon.10603ab1.svg",
                "jasper-title.2faad5ba.svg",
                "aida.a4ac0025.svg",
                "amazon.65b36da5.svg",
                "expand.209d9a65.svg",
                "facebook.5d25474e.svg",
                "google.88572734.svg",
                "instagram.f744e9db.svg",
                "pas.d2052332.svg",
                "smile.63ff7c24.svg",
                "youtube.cf6b3aeb.svg",
                "active-bubble.67885506.svg",
                "inactive-bubble.6c87e0fc.svg",
                "Jasper-Toolbar-Command-Output.0d1bf103.svg",
                "Jasper-Toolbar-Default.0fa8b6fa.svg",
                "Jasper-Toolbar-Template.de5e1d92.svg",
                "Toolbar-QuickSettings.7dbc2f39.svg",
                "contents.89e2c7e7.css"
            ]
        }
    ],
    "commands": {
        "command-replace": {
            "description": "Run Jasper command and replace it."
        },
        "command-keep": {
            "description": "Run Jasper command and keep it."
        },
        "write-next-sentence": {
            "suggested_key": {
                "default": "Ctrl+J"
            },
            "description": "Continue writing."
        },
        "_execute_action": {
            "description": "Open the Jasper extension",
            "suggested_key": {
                "default": "Alt+Shift+J",
                "mac": "MacCtrl+Shift+J"
            }
        }
    },
    "host_permissions": [
        ""
    ]
}