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 https://textpanda.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supercharge your writing with Textpanda, enabling rapid text expansion and a crafty clipboard manager at your fingertips."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Textpanda: Snippets for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम 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
ईमेल [email protected]
भुगतान के प्रकार 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"
    }
}