Textpanda: Snippets for Chrome

Supercharge your writing with Textpanda, enabling rapid text expansion and a crafty clipboard manager at your fingertips.

Τι είναι το Textpanda: Snippets for Chrome;

Το Textpanda: Snippets for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://textpanda.io, και η κύρια λειτουργία του είναι "Supercharge your writing with Textpanda, enabling rapid text expansion and a crafty clipboard manager at your fingertips.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Textpanda: Snippets for Chrome

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

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

                        This AI-powered Text Expander is the ultimate time-saving tool for anyone who works with written communication.

Create snippets or generate them with AI, share them with your team and inject them with custom keyboard shortcuts. 

Quickly insert saved snippets of text into your documents, simplify complex topics, and generate responses to emails. 

➤ Key features

~ Text Expander - inject saved text snippets with custom shortcuts
~ Generate new snippets with AI
~ Sidebar - open the sidebar for access to your snippet library and clipboard manager
~ For better snippet organization, you can add tags to your snippets and add custom color coding

➤ How does it work?

To use the text expander, simply type the hotkey of your saved snippet in the text field you are working in (e.g. Gmail, Outlook, HubSpot, Salesforce etc.) your snippet will automatically be injected.

➤ Where does it work?

Textpanda should work on most sites. Is it not working somewhere you need to? Please let us know at support@textpanda.io                    

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

Όνομα Textpanda: Snippets for Chrome Textpanda: Snippets for Chrome
ID jpcbjhgehejfcgmlkidfnpedfeamipga
Επίσημο URL https://chromewebstore.google.com/detail/textpanda-snippets-for-ch/jpcbjhgehejfcgmlkidfnpedfeamipga
Περιγραφή Supercharge your writing with Textpanda, enabling rapid text expansion and a crafty clipboard manager at your fingertips.
Μέγεθος Αρχείου 601 KB
Αριθμός Εγκαταστάσεων 366
Τρέχουσα Έκδοση 1.7.1
Τελευταία Ενημέρωση 2024-01-26
Ημερομηνία Δημοσίευσης 2022-05-24
Αξιολόγηση 4.79/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://textpanda.io
Ηλεκτρονικό ταχυδρομείο textpandaa@gmail.com
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.textpanda.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://textpanda.io/support
URL της Σελίδας Πολιτικής Απορρήτου https://textpanda.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Textpanda: Snippets for Chrome",
    "version": "1.7.1",
    "description": "Supercharge your writing with Textpanda, enabling rapid text expansion and a crafty clipboard manager at your fingertips.",
    "icons": {
        "16": ".\/icons\/icon16x16.png",
        "32": ".\/icons\/icon32x32.png",
        "48": ".\/icons\/icon48x48.png",
        "128": ".\/icons\/icon128x128.png"
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "background": {
        "service_worker": ".\/app\/background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content\/index.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "sidePanel",
        "tabs",
        "offscreen"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.textpanda.io\/*"
        ]
    },
    "action": {
        "default_title": "Click to open sidebar"
    }
}