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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}