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開發的Chrome擴展程式,該擴展的主要功能是“Supercharge your writing with Textpanda, enabling rapid text expansion and a crafty clipboard manager at your fingertips.”。

擴展截圖

screenshot
screenshot
screenshot

下載Textpanda: Snippets for Chrome擴展crx文件

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

擴展基本資訊

名稱 Textpanda: Snippets for Chrome Textpanda: Snippets for Chrome
ID jpcbjhgehejfcgmlkidfnpedfeamipga
官方網址 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"
    }
}