Deploy Prompt

Adds AI to Gmail. Experience 10x productivity gains for you and your team with Deploy Prompt.

Τι είναι το Deploy Prompt;

Το Deploy Prompt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://deployprompt.com, και η κύρια λειτουργία του είναι "Adds AI to Gmail. Experience 10x productivity gains for you and your team with Deploy Prompt.".

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

screenshot
screenshot

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

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

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

                        Discover the power of Deploy Prompt - an all-in-one Chrome extension designed to streamline your prompt-based applications. Enhance collaboration, automate tasks, and optimize your workflow with this versatile tool that integrates seamlessly with AI language models.

Key Features:

* Team Collaboration: Privately share prompt ideas with your team and iterate on responses to develop powerful internal tools and applications.

* AI Language Models included: Uses AI language models, like GPT, to generate contextually relevant and highly accurate responses.

* Clone yourself: Add your stylistic preferences to automatically review content of your staff.

* Customizable Policies: Easily add and modify policies to catch errors by you or your team.

* Transcript Analysis: Review call transcripts and provide real-time coaching to your front-line team with AI-powered virtual managers.

* Advanced App Building: Develop complex applications using user inputs and AI language models to create personalized and highly functional solutions.

Simplify and supercharge your prompt-based applications with Deploy Prompt, the ultimate solution for prompt management and deployment.                    

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

Όνομα Deploy Prompt Deploy Prompt
ID hekefbmggbfbpmepekdhffjpikfhakha
Επίσημο URL https://chromewebstore.google.com/detail/deploy-prompt/hekefbmggbfbpmepekdhffjpikfhakha
Περιγραφή Adds AI to Gmail. Experience 10x productivity gains for you and your team with Deploy Prompt.
Μέγεθος Αρχείου 596 KB
Αριθμός Εγκαταστάσεων 65
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2023-04-20
Ημερομηνία Δημοσίευσης 2023-04-10
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://deployprompt.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://deployprompt.com/policies
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Deploy Prompt",
    "description": "Adds AI to Gmail. Experience 10x productivity gains for you and your team with Deploy Prompt.",
    "version": "0.0.2",
    "oauth2": {
        "client_id": "842352331940-07p8rrpdcsbiplfhbkn94digijd7daj7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly",
            "https:\/\/mail.google.com\/"
        ],
        "permissions": [
            "identity",
            "scripting",
            "https:\/\/mail.google.com\/",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "http:\/\/localhost\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/deployprompt.png",
                "public\/gmail.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "deployprompt.png",
            "48": "deployprompt.png",
            "128": "deployprompt.png",
            "19": "deployprompt.png",
            "38": "deployprompt.png"
        }
    },
    "icons": {
        "16": "deployprompt.png",
        "48": "deployprompt.png",
        "128": "deployprompt.png",
        "19": "deployprompt.png",
        "38": "deployprompt.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "devtools_page": "devtools.html"
}